Html Css Color HEX #B71918 Fire Brick

📋 copy color: '#B71918'

red 183 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #B71918

Tints of Fire Brick #B71918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 78.88%
G = 10.78%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B71918 (or 0xB71918) is known color: Fire Brick. HEX triplet: B7, 19 and 18. RGB value is (183,25,24). Sum of RGB (Red+Green+Blue) = 183+25+24=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B71918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71918 is #48E6E7. Grayscale: #484848. Windows color (decimal): -4777704 or 1579447. OLE color: 1579447.

HSL color Cylindrical-coordinate representation of color #B71918: hue angle of 0.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71918 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 24 -
CMYK 0 0.86 0.87 0.28
HSL 0.38º 0.77% 0.41% -
HSV(B) 0.38º 0.87% 0.72% -
XYZ 20.04 10.83 1.9 -
YUV 72.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 183 25 24 0 0.86 0.87 0.28 0.38 0.77 0.41
Hex B7 19 18 0 56 57 1C 0 4D 29
Octal 267 31 30 0 126 127 34 0 115 51
Binary 10110111 11001 11000 0 1010110 1010111 11100 0 1001101 101001

Color Harmonies of #B71918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71918

Black with #B71918

Text Example


Text Example

White with #B71918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71918; }

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

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

background-color css

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

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

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

border-color css

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

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

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