#b35921

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

Shades of Fiery Orange #B35921

Tints of Fiery Orange #B35921

Color information

#B35921 (or 0xB35921) is unknown color: approx Fiery Orange. HEX triplet: B3, 59 and 21. RGB value is (179,89,33). Sum of RGB (Red+Green+Blue) = 179+89+33=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B35921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35921 is #4CA6DE. Grayscale: #6D6D6D. Windows color (decimal): -5023455 or 2185651. OLE color: 2185651.

HSL color Cylindrical-coordinate representation of color #B35921: hue angle of 23.01º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B35921 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1798933-
CMYK00.500.820.30
HSL23.01º68.87%41.57%-
HSV(B)23.01º81.56%70.2%-
XYZ22.4416.843.51-
YUV109.5384.82177.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=59.47%
G=29.57%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179893300.500.820.3023.0168.8741.57
HexB35921032521E17452a
Octal26313141062122362710552
Binary1011001110110011000010110010101001011110101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35921; }

 p { color: rgb(179,89,33); }

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

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

 a { background-color: rgb(179,89,33); }

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

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

 span { border-color: rgb(179,89,33); }

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