Html Css Color HEX #B71312 Fire Brick

📋 copy color: '#B71312'

red 183 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #B71312

Tints of Fire Brick #B71312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 83.18%
G = 8.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71312 (or 0xB71312) is known color: Fire Brick. HEX triplet: B7, 13 and 12. RGB value is (183,19,18). Sum of RGB (Red+Green+Blue) = 183+19+18=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B71312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71312 is #48ECED. Grayscale: #444444. Windows color (decimal): -4779246 or 1184695. OLE color: 1184695.

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

Color convert

RGB 183 19 18 -
CMYK 0 0.90 0.90 0.28
HSL 0.36º 0.82% 0.39% -
HSV(B) 0.36º 0.9% 0.72% -
XYZ 19.87 10.58 1.57 -
YUV 67.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 183 19 18 0 0.90 0.90 0.28 0.36 0.82 0.39
Hex B7 13 12 0 5A 5A 1C 0 52 27
Octal 267 23 22 0 132 132 34 0 122 47
Binary 10110111 10011 10010 0 1011010 1011010 11100 0 1010010 100111

Color Harmonies of #B71312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71312

Black with #B71312

Text Example


Text Example

White with #B71312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71312; }

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

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

background-color css

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

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

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

border-color css

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

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

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