Html Css Color HEX #B0572F Fiery Orange

📋 copy color: '#B0572F'

red 176 ◦ green 87 ◦ blue 47

#B0572F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B0572F

Tints of Fiery Orange #B0572F

RGB

 RED value IS 176 (69.14% from 255) = 56.77%

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 56.77%
G = 28.06%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0572F (or 0xB0572F) is known color: Fiery Orange. HEX triplet: B0, 57 and 2F. RGB value is (176,87,47). Sum of RGB (Red+Green+Blue) = 176+87+47=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0572F is #4FA8D0. Grayscale: #6D6D6D. Windows color (decimal): -5220561 or 3102640. OLE color: 3102640.

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

Color convert

RGB 176 87 47 -
CMYK 0 0.51 0.73 0.31
HSL 18.6º 0.58% 0.44% -
HSV(B) 18.6º 0.73% 0.69% -
XYZ 21.83 16.25 4.68 -
YUV 109.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 176 87 47 0 0.51 0.73 0.31 18.6 0.58 0.44
Hex B0 57 2F 0 33 49 1F 13 3A 2C
Octal 260 127 57 0 63 111 37 23 72 54
Binary 10110000 1010111 101111 0 110011 1001001 11111 10011 111010 101100

Color Harmonies of #B0572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0572F

Black with #B0572F

Text Example


Text Example

White with #B0572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0572F; }

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

 H1.HeaderClassName
 {
   color: #B0572F;
 }
 .AnyTagClassName
 {
   color: #B0572F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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