Html Css Color HEX #B12016 Fire Brick

📋 copy color: '#B12016'

red 177 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #B12016

Tints of Fire Brick #B12016

RGB

 RED value IS 177 (69.53% from 255) = 76.62%

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 76.62%
G = 13.85%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B12016 (or 0xB12016) is known color: Fire Brick. HEX triplet: B1, 20 and 16. RGB value is (177,32,22). Sum of RGB (Red+Green+Blue) = 177+32+22=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B12016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12016 is #4EDFE9. Grayscale: #4A4A4A. Windows color (decimal): -5169130 or 1450161. OLE color: 1450161.

HSL color Cylindrical-coordinate representation of color #B12016: hue angle of 3.87º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B12016 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 22 -
CMYK 0 0.82 0.88 0.31
HSL 3.87º 0.78% 0.39% -
HSV(B) 3.87º 0.88% 0.69% -
XYZ 18.79 10.44 1.78 -
YUV 74.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 177 32 22 0 0.82 0.88 0.31 3.87 0.78 0.39
Hex B1 20 16 0 52 58 1F 4 4E 27
Octal 261 40 26 0 122 130 37 4 116 47
Binary 10110001 100000 10110 0 1010010 1011000 11111 100 1001110 100111

Color Harmonies of #B12016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12016

Black with #B12016

Text Example


Text Example

White with #B12016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12016; }

 p { color: rgb(177,32,22); }

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

background-color css

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

 a { background-color: rgb(177,32,22); }

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

border-color css

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

 span { border-color: rgb(177,32,22); }

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