Html Css Color HEX #B71912 Fire Brick

📋 copy color: '#B71912'

red 183 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #B71912

Tints of Fire Brick #B71912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 80.97%
G = 11.06%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71912 (or 0xB71912) is known color: Fire Brick. HEX triplet: B7, 19 and 12. RGB value is (183,25,18). Sum of RGB (Red+Green+Blue) = 183+25+18=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71912 is #48E6ED. Grayscale: #474747. Windows color (decimal): -4777710 or 1186231. OLE color: 1186231.

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

Color convert

RGB 183 25 18 -
CMYK 0 0.86 0.90 0.28
HSL 2.55º 0.82% 0.39% -
HSV(B) 2.55º 0.9% 0.72% -
XYZ 19.99 10.81 1.6 -
YUV 71.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 183 25 18 0 0.86 0.90 0.28 2.55 0.82 0.39
Hex B7 19 12 0 56 5A 1C 3 52 27
Octal 267 31 22 0 126 132 34 3 122 47
Binary 10110111 11001 10010 0 1010110 1011010 11100 11 1010010 100111

Color Harmonies of #B71912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71912

Black with #B71912

Text Example


Text Example

White with #B71912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71912; }

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

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

background-color css

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

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

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

border-color css

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

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

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