Html Css Color HEX #B11210 Fire Brick

📋 copy color: '#B11210'

red 177 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #B11210

Tints of Fire Brick #B11210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 83.89%
G = 8.53%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B11210 (or 0xB11210) is known color: Fire Brick. HEX triplet: B1, 12 and 10. RGB value is (177,18,16). Sum of RGB (Red+Green+Blue) = 177+18+16=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B11210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11210 is #4EEDEF. Grayscale: #414141. Windows color (decimal): -5172720 or 1053361. OLE color: 1053361.

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

Color convert

RGB 177 18 16 -
CMYK 0 0.90 0.91 0.31
HSL 0.75º 0.83% 0.38% -
HSV(B) 0.75º 0.91% 0.69% -
XYZ 18.44 9.82 1.41 -
YUV 65.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 177 18 16 0 0.90 0.91 0.31 0.75 0.83 0.38
Hex B1 12 10 0 5A 5B 1F 1 53 26
Octal 261 22 20 0 132 133 37 1 123 46
Binary 10110001 10010 10000 0 1011010 1011011 11111 1 1010011 100110

Color Harmonies of #B11210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11210

Black with #B11210

Text Example


Text Example

White with #B11210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11210; }

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

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

background-color css

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

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

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

border-color css

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

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

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