Html Css Color HEX #B71916 Fire Brick

📋 copy color: '#B71916'

red 183 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #B71916

Tints of Fire Brick #B71916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.57%

R = 79.57%
G = 10.87%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B71916 (or 0xB71916) is known color: Fire Brick. HEX triplet: B7, 19 and 16. RGB value is (183,25,22). Sum of RGB (Red+Green+Blue) = 183+25+22=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B71916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71916 is #48E6E9. Grayscale: #484848. Windows color (decimal): -4777706 or 1448375. OLE color: 1448375.

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

Color convert

RGB 183 25 22 -
CMYK 0 0.86 0.88 0.28
HSL 1.12º 0.79% 0.4% -
HSV(B) 1.12º 0.88% 0.72% -
XYZ 20.02 10.82 1.79 -
YUV 71.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 183 25 22 0 0.86 0.88 0.28 1.12 0.79 0.4
Hex B7 19 16 0 56 58 1C 1 4F 28
Octal 267 31 26 0 126 130 34 1 117 50
Binary 10110111 11001 10110 0 1010110 1011000 11100 1 1001111 101000

Color Harmonies of #B71916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71916

Black with #B71916

Text Example


Text Example

White with #B71916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71916; }

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

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

background-color css

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

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

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

border-color css

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

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

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