Html Css Color HEX #B11818 Fire Brick

📋 copy color: '#B11818'

red 177 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #B11818

Tints of Fire Brick #B11818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 78.67%
G = 10.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B11818 (or 0xB11818) is known color: Fire Brick. HEX triplet: B1, 18 and 18. RGB value is (177,24,24). Sum of RGB (Red+Green+Blue) = 177+24+24=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B11818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11818 is #4EE7E7. Grayscale: #454545. Windows color (decimal): -5171176 or 1579185. OLE color: 1579185.

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

Color convert

RGB 177 24 24 -
CMYK 0 0.86 0.86 0.31
HSL 0.76% 0.39% -
HSV(B) 0.86% 0.69% -
XYZ 18.62 10.07 1.83 -
YUV 69.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 177 24 24 0 0.86 0.86 0.31 0 0.76 0.39
Hex B1 18 18 0 56 56 1F 0 4C 27
Octal 261 30 30 0 126 126 37 0 114 47
Binary 10110001 11000 11000 0 1010110 1010110 11111 0 1001100 100111

Color Harmonies of #B11818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11818

Black with #B11818

Text Example


Text Example

White with #B11818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11818; }

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

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

background-color css

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

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

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

border-color css

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

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

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