Html Css Color HEX #B0562D Fiery Orange

📋 copy color: '#B0562D'

red 176 ◦ green 86 ◦ blue 45

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

Shades of Fiery Orange #B0562D

Tints of Fiery Orange #B0562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 57.33%
G = 28.01%
B = 14.66%

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

#B0562D (or 0xB0562D) is known color: Fiery Orange. HEX triplet: B0, 56 and 2D. RGB value is (176,86,45). Sum of RGB (Red+Green+Blue) = 176+86+45=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0562D is #4FA9D2. Grayscale: #6C6C6C. Windows color (decimal): -5220819 or 2971312. OLE color: 2971312.

HSL color Cylindrical-coordinate representation of color #B0562D: hue angle of 18.78º 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 #B0562D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 45 -
CMYK 0 0.51 0.74 0.31
HSL 18.78º 0.59% 0.43% -
HSV(B) 18.78º 0.74% 0.69% -
XYZ 21.71 16.08 4.44 -
YUV 108.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 176 86 45 0 0.51 0.74 0.31 18.78 0.59 0.43
Hex B0 56 2D 0 33 4A 1F 13 3B 2B
Octal 260 126 55 0 63 112 37 23 73 53
Binary 10110000 1010110 101101 0 110011 1001010 11111 10011 111011 101011

Color Harmonies of #B0562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0562D

Black with #B0562D

Text Example


Text Example

White with #B0562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0562D; }

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

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

background-color css

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

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

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

border-color css

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

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

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