Html Css Color HEX #B11B15 Fire Brick

📋 copy color: '#B11B15'

red 177 ◦ green 27 ◦ blue 21

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

Shades of Fire Brick #B11B15

Tints of Fire Brick #B11B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

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

R = 78.67%
G = 12%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B11B15 (or 0xB11B15) is known color: Fire Brick. HEX triplet: B1, 1B and 15. RGB value is (177,27,21). Sum of RGB (Red+Green+Blue) = 177+27+21=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B15 is #4EE4EA. Grayscale: #474747. Windows color (decimal): -5170411 or 1383345. OLE color: 1383345.

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

Color convert

RGB 177 27 21 -
CMYK 0 0.85 0.88 0.31
HSL 2.31º 0.79% 0.39% -
HSV(B) 2.31º 0.88% 0.69% -
XYZ 18.66 10.19 1.69 -
YUV 71.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 177 27 21 0 0.85 0.88 0.31 2.31 0.79 0.39
Hex B1 1B 15 0 55 58 1F 2 4F 27
Octal 261 33 25 0 125 130 37 2 117 47
Binary 10110001 11011 10101 0 1010101 1011000 11111 10 1001111 100111

Color Harmonies of #B11B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B15

Black with #B11B15

Text Example


Text Example

White with #B11B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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