Html Css Color HEX #B11715 Fire Brick

📋 copy color: '#B11715'

red 177 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #B11715

Tints of Fire Brick #B11715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 80.09%
G = 10.41%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B11715 (or 0xB11715) is known color: Fire Brick. HEX triplet: B1, 17 and 15. RGB value is (177,23,21). Sum of RGB (Red+Green+Blue) = 177+23+21=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B11715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11715 is #4EE8EA. Grayscale: #444444. Windows color (decimal): -5171435 or 1382321. OLE color: 1382321.

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

Color convert

RGB 177 23 21 -
CMYK 0 0.87 0.88 0.31
HSL 0.77º 0.79% 0.39% -
HSV(B) 0.77º 0.88% 0.69% -
XYZ 18.57 10.01 1.66 -
YUV 68.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 177 23 21 0 0.87 0.88 0.31 0.77 0.79 0.39
Hex B1 17 15 0 57 58 1F 1 4F 27
Octal 261 27 25 0 127 130 37 1 117 47
Binary 10110001 10111 10101 0 1010111 1011000 11111 1 1001111 100111

Color Harmonies of #B11715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11715

Black with #B11715

Text Example


Text Example

White with #B11715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11715; }

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

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

background-color css

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

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

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

border-color css

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

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

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