Html Css Color HEX #B11613 Fire Brick

📋 copy color: '#B11613'

red 177 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #B11613

Tints of Fire Brick #B11613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 81.19%
G = 10.09%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B11613 (or 0xB11613) is known color: Fire Brick. HEX triplet: B1, 16 and 13. RGB value is (177,22,19). Sum of RGB (Red+Green+Blue) = 177+22+19=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11613 is #4EE9EC. Grayscale: #444444. Windows color (decimal): -5171693 or 1250993. OLE color: 1250993.

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

Color convert

RGB 177 22 19 -
CMYK 0 0.88 0.89 0.31
HSL 1.14º 0.81% 0.38% -
HSV(B) 1.14º 0.89% 0.69% -
XYZ 18.54 9.97 1.56 -
YUV 68 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 177 22 19 0 0.88 0.89 0.31 1.14 0.81 0.38
Hex B1 16 13 0 58 59 1F 1 51 26
Octal 261 26 23 0 130 131 37 1 121 46
Binary 10110001 10110 10011 0 1011000 1011001 11111 1 1010001 100110

Color Harmonies of #B11613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11613

Black with #B11613

Text Example


Text Example

White with #B11613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11613; }

 p { color: rgb(177,22,19); }

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

background-color css

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

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

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

border-color css

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

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

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