Html Css Color HEX #B11812 Fire Brick

📋 copy color: '#B11812'

red 177 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #B11812

Tints of Fire Brick #B11812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 80.82%
G = 10.96%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B11812 (or 0xB11812) is known color: Fire Brick. HEX triplet: B1, 18 and 12. RGB value is (177,24,18). Sum of RGB (Red+Green+Blue) = 177+24+18=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B11812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11812 is #4EE7ED. Grayscale: #454545. Windows color (decimal): -5171182 or 1185969. OLE color: 1185969.

HSL color Cylindrical-coordinate representation of color #B11812: hue angle of 2.26º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11812 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 18 -
CMYK 0 0.86 0.90 0.31
HSL 2.26º 0.82% 0.38% -
HSV(B) 2.26º 0.9% 0.69% -
XYZ 18.57 10.04 1.53 -
YUV 69.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 177 24 18 0 0.86 0.90 0.31 2.26 0.82 0.38
Hex B1 18 12 0 56 5A 1F 2 52 26
Octal 261 30 22 0 126 132 37 2 122 46
Binary 10110001 11000 10010 0 1010110 1011010 11111 10 1010010 100110

Color Harmonies of #B11812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11812

Black with #B11812

Text Example


Text Example

White with #B11812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11812; }

 p { color: rgb(177,24,18); }

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

background-color css

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

 a { background-color: rgb(177,24,18); }

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

border-color css

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

 span { border-color: rgb(177,24,18); }

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