Html Css Color HEX #B11815 Fire Brick

📋 copy color: '#B11815'

red 177 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #B11815

Tints of Fire Brick #B11815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 79.73%
G = 10.81%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B11815 (or 0xB11815) is known color: Fire Brick. HEX triplet: B1, 18 and 15. RGB value is (177,24,21). Sum of RGB (Red+Green+Blue) = 177+24+21=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B11815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11815 is #4EE7EA. Grayscale: #454545. Windows color (decimal): -5171179 or 1382577. OLE color: 1382577.

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

Color convert

RGB 177 24 21 -
CMYK 0 0.86 0.88 0.31
HSL 1.15º 0.79% 0.39% -
HSV(B) 1.15º 0.88% 0.69% -
XYZ 18.59 10.05 1.67 -
YUV 69.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 177 24 21 0 0.86 0.88 0.31 1.15 0.79 0.39
Hex B1 18 15 0 56 58 1F 1 4F 27
Octal 261 30 25 0 126 130 37 1 117 47
Binary 10110001 11000 10101 0 1010110 1011000 11111 1 1001111 100111

Color Harmonies of #B11815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11815

Black with #B11815

Text Example


Text Example

White with #B11815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11815; }

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

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

background-color css

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

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

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

border-color css

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

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

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