#b0602a

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

Shades of Fiery Orange #B0602A

Tints of Fiery Orange #B0602A

Color information

#B0602A (or 0xB0602A) is unknown color: approx Fiery Orange. HEX triplet: B0, 60 and 2A. RGB value is (176,96,42). Sum of RGB (Red+Green+Blue) = 176+96+42=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B0602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0602A is #4F9FD5. Grayscale: #727272. Windows color (decimal): -5218262 or 2777264. OLE color: 2777264.

HSL color Cylindrical-coordinate representation of color #B0602A: hue angle of 24.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0602A is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1769642-
CMYK00.450.760.31
HSL24.18º61.47%42.75%-
HSV(B)24.18º76.14%69.02%-
XYZ22.5117.764.43-
YUV113.7687.5172.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=56.05%
G=30.57%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176964200.450.760.3124.1861.4742.75
HexB0602A02D4C1F183d2b
Octal2601405205511437307553
Binary101100001100000101010010110110011001111111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0602a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0602a; }

 p { color: rgb(176,96,42); }

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

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

 a { background-color: rgb(176,96,42); }

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

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

 span { border-color: rgb(176,96,42); }

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