Html Css Color HEX #B71211 Fire Brick

📋 copy color: '#B71211'

red 183 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #B71211

Tints of Fire Brick #B71211

RGB

 RED value IS 183 (71.88% from 255) = 83.94%

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 83.94%
G = 8.26%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B71211 (or 0xB71211) is known color: Fire Brick. HEX triplet: B7, 12 and 11. RGB value is (183,18,17). Sum of RGB (Red+Green+Blue) = 183+18+17=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B71211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71211 is #48EDEE. Grayscale: #434343. Windows color (decimal): -4779503 or 1118903. OLE color: 1118903.

HSL color Cylindrical-coordinate representation of color #B71211: hue angle of 0.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71211 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 17 -
CMYK 0 0.90 0.91 0.28
HSL 0.36º 0.83% 0.39% -
HSV(B) 0.36º 0.91% 0.72% -
XYZ 19.85 10.54 1.52 -
YUV 67.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 183 18 17 0 0.90 0.91 0.28 0.36 0.83 0.39
Hex B7 12 11 0 5A 5B 1C 0 53 27
Octal 267 22 21 0 132 133 34 0 123 47
Binary 10110111 10010 10001 0 1011010 1011011 11100 0 1010011 100111

Color Harmonies of #B71211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71211

Black with #B71211

Text Example


Text Example

White with #B71211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71211; }

 p { color: rgb(183,18,17); }

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

background-color css

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

 a { background-color: rgb(183,18,17); }

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

border-color css

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

 span { border-color: rgb(183,18,17); }

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