#B0572C

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

Shades of Fiery Orange #B0572C

Tints of Fiery Orange #B0572C

Color information

#B0572C (or 0xB0572C) is unknown color: approx Fiery Orange. HEX triplet: B0, 57 and 2C. RGB value is (176,87,44). Sum of RGB (Red+Green+Blue) = 176+87+44=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0572C is #4FA8D3. Grayscale: #6C6C6C. Windows color (decimal): -5220564 or 2906032. OLE color: 2906032.

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

Color convert

RGB1768744-
CMYK00.510.750.31
HSL19.55º60%43.14%-
HSV(B)19.55º75%69.02%-
XYZ21.7716.234.37-
YUV108.7191.49176-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=57.33%
G=28.34%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176874400.510.750.3119.556043.14
HexB0572C0334B1F143c2b
Octal2601275406311337247453
Binary101100001010111101100011001110010111111110100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0572C; }

 p { color: rgb(176,87,44); }

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

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

 a { background-color: rgb(176,87,44); }

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

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

 span { border-color: rgb(176,87,44); }

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