#B7572C

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

Shades of Fiery Orange #B7572C

Tints of Fiery Orange #B7572C

Color information

#B7572C (or 0xB7572C) is unknown color: approx Fiery Orange. HEX triplet: B7, 57 and 2C. RGB value is (183,87,44). Sum of RGB (Red+Green+Blue) = 183+87+44=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7572C is #48A8D3. Grayscale: #6F6F6F. Windows color (decimal): -4761812 or 2906039. OLE color: 2906039.

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

Color convert

RGB1838744-
CMYK00.520.760.28
HSL18.56º61.23%44.51%-
HSV(B)18.56º75.96%71.76%-
XYZ23.3917.074.44-
YUV110.890.3179.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=58.28%
G=27.71%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183874400.520.760.2818.5661.2344.51
HexB7572C0344C1C133d2d
Octal2671275406411434237555
Binary101101111010111101100011010010011001110010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7572C; }

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

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

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

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

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

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

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

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