Html Css Color HEX #B0572D Fiery Orange

📋 copy color: '#B0572D'

red 176 ◦ green 87 ◦ blue 45

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

Shades of Fiery Orange #B0572D

Tints of Fiery Orange #B0572D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 57.14%
G = 28.25%
B = 14.61%

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

#B0572D (or 0xB0572D) is known color: Fiery Orange. HEX triplet: B0, 57 and 2D. RGB value is (176,87,45). Sum of RGB (Red+Green+Blue) = 176+87+45=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0572D is #4FA8D2. Grayscale: #6D6D6D. Windows color (decimal): -5220563 or 2971568. OLE color: 2971568.

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

Color convert

RGB 176 87 45 -
CMYK 0 0.51 0.74 0.31
HSL 19.24º 0.59% 0.43% -
HSV(B) 19.24º 0.74% 0.69% -
XYZ 21.79 16.24 4.47 -
YUV 108.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 176 87 45 0 0.51 0.74 0.31 19.24 0.59 0.43
Hex B0 57 2D 0 33 4A 1F 13 3B 2B
Octal 260 127 55 0 63 112 37 23 73 53
Binary 10110000 1010111 101101 0 110011 1001010 11111 10011 111011 101011

Color Harmonies of #B0572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0572D

Black with #B0572D

Text Example


Text Example

White with #B0572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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