Html Css Color HEX #B12D16 Fire Brick

📋 copy color: '#B12D16'

red 177 ◦ green 45 ◦ blue 22

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

Shades of Fire Brick #B12D16

Tints of Fire Brick #B12D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.44%

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

R = 72.54%
G = 18.44%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B12D16 (or 0xB12D16) is known color: Fire Brick. HEX triplet: B1, 2D and 16. RGB value is (177,45,22). Sum of RGB (Red+Green+Blue) = 177+45+22=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D16 is #4ED2E9. Grayscale: #525252. Windows color (decimal): -5165802 or 1453489. OLE color: 1453489.

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

Color convert

RGB 177 45 22 -
CMYK 0 0.75 0.88 0.31
HSL 8.9º 0.78% 0.39% -
HSV(B) 8.9º 0.88% 0.69% -
XYZ 19.21 11.28 1.92 -
YUV 81.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 177 45 22 0 0.75 0.88 0.31 8.9 0.78 0.39
Hex B1 2D 16 0 4B 58 1F 9 4E 27
Octal 261 55 26 0 113 130 37 11 116 47
Binary 10110001 101101 10110 0 1001011 1011000 11111 1001 1001110 100111

Color Harmonies of #B12D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D16

Black with #B12D16

Text Example


Text Example

White with #B12D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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