#B5602A

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

Shades of Fiery Orange #B5602A

Tints of Fiery Orange #B5602A

Color information

#B5602A (or 0xB5602A) is unknown color: approx Fiery Orange. HEX triplet: B5, 60 and 2A. RGB value is (181,96,42). Sum of RGB (Red+Green+Blue) = 181+96+42=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5602A is #4A9FD5. Grayscale: #737373. Windows color (decimal): -4890582 or 2777269. OLE color: 2777269.

HSL color Cylindrical-coordinate representation of color #B5602A: hue angle of 23.31º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5602A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1819642-
CMYK00.470.770.29
HSL23.31º62.33%43.73%-
HSV(B)23.31º76.8%70.98%-
XYZ23.6618.364.49-
YUV115.2686.66174.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=56.74%
G=30.09%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181964200.470.770.2923.3162.3343.73
HexB5602A02F4D1D173e2c
Octal2651405205711535277654
Binary101101011100000101010010111110011011110110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5602A; }

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

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

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

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

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

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

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

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