Html Css Color HEX #B11919 Fire Brick

📋 copy color: '#B11919'

red 177 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #B11919

Tints of Fire Brick #B11919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 77.97%
G = 11.01%
B = 11.01%

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

#B11919 (or 0xB11919) is known color: Fire Brick. HEX triplet: B1, 19 and 19. RGB value is (177,25,25). Sum of RGB (Red+Green+Blue) = 177+25+25=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B11919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11919 is #4EE6E6. Grayscale: #464646. Windows color (decimal): -5170919 or 1644977. OLE color: 1644977.

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

Color convert

RGB 177 25 25 -
CMYK 0 0.86 0.86 0.31
HSL 0.75% 0.4% -
HSV(B) 0.86% 0.69% -
XYZ 18.65 10.11 1.89 -
YUV 70.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 177 25 25 0 0.86 0.86 0.31 0 0.75 0.4
Hex B1 19 19 0 56 56 1F 0 4B 28
Octal 261 31 31 0 126 126 37 0 113 50
Binary 10110001 11001 11001 0 1010110 1010110 11111 0 1001011 101000

Color Harmonies of #B11919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11919

Black with #B11919

Text Example


Text Example

White with #B11919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11919; }

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

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

background-color css

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

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

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

border-color css

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

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

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