#B35824

Color #B35824 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B35824

Tints of Fiery Orange #B35824

Color information

#B35824 (or 0xB35824) is unknown color: approx Fiery Orange. HEX triplet: B3, 58 and 24. RGB value is (179,88,36). Sum of RGB (Red+Green+Blue) = 179+88+36=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B35824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35824 is #4CA7DB. Grayscale: #6D6D6D. Windows color (decimal): -5023708 or 2382003. OLE color: 2382003.

HSL color Cylindrical-coordinate representation of color #B35824: hue angle of 21.82º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B35824 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1798836-
CMYK00.510.800.30
HSL21.82º66.51%42.16%-
HSV(B)21.82º79.89%70.2%-
XYZ22.416.693.71-
YUV109.2886.65177.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 36 (14.45% from 255) = 11.88%
R=59.08%
G=29.04%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179883600.510.800.3021.8266.5142.16
HexB35824033501E16432a
Octal26313044063120362610352
Binary1011001110110001001000110011101000011110101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35824; }

 p { color: rgb(179,88,36); }

 H1.HeaderClassName
 {
   color: #B35824;
 }
 .AnyTagClassName
 {
   color: #B35824;
 }
</style>
background-color css

<style>
 a { background-color: #B35824; }

 a { background-color: rgb(179,88,36); }

 div.DivClassName
 {
   background-color: #B35824;
 }
 .BgClassName
 {
   background-color: #B35824;
 }
</style>
border-color css

<style>
 span { border-color: #B35824; }

 span { border-color: rgb(179,88,36); }

 td.TdClassName
 {
   border-color: #B35824;
 }
 .TagClassName
 {
   border-color: #B35824;
 }
</style>