Html Css Color HEX #B11310 Fire Brick

📋 copy color: '#B11310'

red 177 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #B11310

Tints of Fire Brick #B11310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 83.49%
G = 8.96%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B11310 (or 0xB11310) is known color: Fire Brick. HEX triplet: B1, 13 and 10. RGB value is (177,19,16). Sum of RGB (Red+Green+Blue) = 177+19+16=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B11310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11310 is #4EECEF. Grayscale: #424242. Windows color (decimal): -5172464 or 1053617. OLE color: 1053617.

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

Color convert

RGB 177 19 16 -
CMYK 0 0.89 0.91 0.31
HSL 1.12º 0.83% 0.38% -
HSV(B) 1.12º 0.91% 0.69% -
XYZ 18.46 9.85 1.42 -
YUV 65.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 177 19 16 0 0.89 0.91 0.31 1.12 0.83 0.38
Hex B1 13 10 0 59 5B 1F 1 53 26
Octal 261 23 20 0 131 133 37 1 123 46
Binary 10110001 10011 10000 0 1011001 1011011 11111 1 1010011 100110

Color Harmonies of #B11310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11310

Black with #B11310

Text Example


Text Example

White with #B11310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11310; }

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

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

background-color css

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

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

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

border-color css

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

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

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