Html Css Color HEX #B0572E Fiery Orange

📋 copy color: '#B0572E'

red 176 ◦ green 87 ◦ blue 46

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

Shades of Fiery Orange #B0572E

Tints of Fiery Orange #B0572E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 56.96%
G = 28.16%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0572E (or 0xB0572E) is known color: Fiery Orange. HEX triplet: B0, 57 and 2E. RGB value is (176,87,46). Sum of RGB (Red+Green+Blue) = 176+87+46=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0572E is #4FA8D1. Grayscale: #6D6D6D. Windows color (decimal): -5220562 or 3037104. OLE color: 3037104.

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

Color convert

RGB 176 87 46 -
CMYK 0 0.51 0.74 0.31
HSL 18.92º 0.59% 0.44% -
HSV(B) 18.92º 0.74% 0.69% -
XYZ 21.81 16.24 4.57 -
YUV 108.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 176 87 46 0 0.51 0.74 0.31 18.92 0.59 0.44
Hex B0 57 2E 0 33 4A 1F 13 3B 2C
Octal 260 127 56 0 63 112 37 23 73 54
Binary 10110000 1010111 101110 0 110011 1001010 11111 10011 111011 101100

Color Harmonies of #B0572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0572E

Black with #B0572E

Text Example


Text Example

White with #B0572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0572E; }

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

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

background-color css

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

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

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

border-color css

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

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

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