Html Css Color HEX #B12114 Fire Brick

📋 copy color: '#B12114'

red 177 ◦ green 33 ◦ blue 20

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

Shades of Fire Brick #B12114

Tints of Fire Brick #B12114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 76.96%
G = 14.35%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B12114 (or 0xB12114) is known color: Fire Brick. HEX triplet: B1, 21 and 14. RGB value is (177,33,20). Sum of RGB (Red+Green+Blue) = 177+33+20=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B12114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12114 is #4EDEEB. Grayscale: #4A4A4A. Windows color (decimal): -5168876 or 1319345. OLE color: 1319345.

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

Color convert

RGB 177 33 20 -
CMYK 0 0.81 0.89 0.31
HSL 4.97º 0.8% 0.39% -
HSV(B) 4.97º 0.89% 0.69% -
XYZ 18.8 10.49 1.69 -
YUV 74.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 177 33 20 0 0.81 0.89 0.31 4.97 0.8 0.39
Hex B1 21 14 0 51 59 1F 5 50 27
Octal 261 41 24 0 121 131 37 5 120 47
Binary 10110001 100001 10100 0 1010001 1011001 11111 101 1010000 100111

Color Harmonies of #B12114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12114

Black with #B12114

Text Example


Text Example

White with #B12114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12114; }

 p { color: rgb(177,33,20); }

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

background-color css

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

 a { background-color: rgb(177,33,20); }

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

border-color css

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

 span { border-color: rgb(177,33,20); }

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