Html Css Color HEX #B12616 Fire Brick

📋 copy color: '#B12616'

red 177 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #B12616

Tints of Fire Brick #B12616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 74.68%
G = 16.03%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B12616 (or 0xB12616) is known color: Fire Brick. HEX triplet: B1, 26 and 16. RGB value is (177,38,22). Sum of RGB (Red+Green+Blue) = 177+38+22=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B12616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12616 is #4ED9E9. Grayscale: #4D4D4D. Windows color (decimal): -5167594 or 1451697. OLE color: 1451697.

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

Color convert

RGB 177 38 22 -
CMYK 0 0.79 0.88 0.31
HSL 6.19º 0.78% 0.39% -
HSV(B) 6.19º 0.88% 0.69% -
XYZ 18.97 10.79 1.84 -
YUV 77.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 177 38 22 0 0.79 0.88 0.31 6.19 0.78 0.39
Hex B1 26 16 0 4F 58 1F 6 4E 27
Octal 261 46 26 0 117 130 37 6 116 47
Binary 10110001 100110 10110 0 1001111 1011000 11111 110 1001110 100111

Color Harmonies of #B12616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12616

Black with #B12616

Text Example


Text Example

White with #B12616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12616; }

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

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

background-color css

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

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

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

border-color css

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

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

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