#B05C24

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

Shades of Fiery Orange #B05C24

Tints of Fiery Orange #B05C24

Color information

#B05C24 (or 0xB05C24) is unknown color: approx Fiery Orange. HEX triplet: B0, 5C and 24. RGB value is (176,92,36). Sum of RGB (Red+Green+Blue) = 176+92+36=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C24 is #4FA3DB. Grayscale: #6F6F6F. Windows color (decimal): -5219292 or 2383024. OLE color: 2383024.

HSL color Cylindrical-coordinate representation of color #B05C24: hue angle of 24º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05C24 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1769236-
CMYK00.480.800.31
HSL24º66.04%41.57%-
HSV(B)24º79.55%69.02%-
XYZ22.0517.013.79-
YUV110.7385.83174.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 36 (14.45% from 255) = 11.84%
R=57.89%
G=30.26%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176923600.480.800.312466.0441.57
HexB05C24030501F18422a
Octal26013444060120373010252
Binary1011000010111001001000110000101000011111110001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C24; }

 p { color: rgb(176,92,36); }

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

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

 a { background-color: rgb(176,92,36); }

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

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

 span { border-color: rgb(176,92,36); }

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