Html Css Color HEX #B71514 Fire Brick

📋 copy color: '#B71514'

red 183 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #B71514

Tints of Fire Brick #B71514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 81.7%
G = 9.38%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B71514 (or 0xB71514) is known color: Fire Brick. HEX triplet: B7, 15 and 14. RGB value is (183,21,20). Sum of RGB (Red+Green+Blue) = 183+21+20=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B71514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71514 is #48EAEB. Grayscale: #454545. Windows color (decimal): -4778732 or 1316279. OLE color: 1316279.

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

Color convert

RGB 183 21 20 -
CMYK 0 0.89 0.89 0.28
HSL 0.37º 0.8% 0.4% -
HSV(B) 0.37º 0.89% 0.72% -
XYZ 19.92 10.65 1.67 -
YUV 69.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 183 21 20 0 0.89 0.89 0.28 0.37 0.8 0.4
Hex B7 15 14 0 59 59 1C 0 50 28
Octal 267 25 24 0 131 131 34 0 120 50
Binary 10110111 10101 10100 0 1011001 1011001 11100 0 1010000 101000

Color Harmonies of #B71514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71514

Black with #B71514

Text Example


Text Example

White with #B71514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71514; }

 p { color: rgb(183,21,20); }

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

background-color css

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

 a { background-color: rgb(183,21,20); }

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

border-color css

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

 span { border-color: rgb(183,21,20); }

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