Html Css Color HEX #B71712 Fire Brick

📋 copy color: '#B71712'

red 183 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #B71712

Tints of Fire Brick #B71712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 81.7%
G = 10.27%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71712 (or 0xB71712) is known color: Fire Brick. HEX triplet: B7, 17 and 12. RGB value is (183,23,18). Sum of RGB (Red+Green+Blue) = 183+23+18=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71712 is #48E8ED. Grayscale: #464646. Windows color (decimal): -4778222 or 1185719. OLE color: 1185719.

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

Color convert

RGB 183 23 18 -
CMYK 0 0.87 0.90 0.28
HSL 1.82º 0.82% 0.39% -
HSV(B) 1.82º 0.9% 0.72% -
XYZ 19.94 10.72 1.59 -
YUV 70.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 183 23 18 0 0.87 0.90 0.28 1.82 0.82 0.39
Hex B7 17 12 0 57 5A 1C 2 52 27
Octal 267 27 22 0 127 132 34 2 122 47
Binary 10110111 10111 10010 0 1010111 1011010 11100 10 1010010 100111

Color Harmonies of #B71712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71712

Black with #B71712

Text Example


Text Example

White with #B71712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71712; }

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

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

background-color css

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

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

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

border-color css

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

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

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