Html Css Color HEX #B71513 Fire Brick

📋 copy color: '#B71513'

red 183 ◦ green 21 ◦ blue 19

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

Shades of Fire Brick #B71513

Tints of Fire Brick #B71513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 82.06%
G = 9.42%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B71513 (or 0xB71513) is known color: Fire Brick. HEX triplet: B7, 15 and 13. RGB value is (183,21,19). Sum of RGB (Red+Green+Blue) = 183+21+19=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B71513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71513 is #48EAEC. Grayscale: #454545. Windows color (decimal): -4778733 or 1250743. OLE color: 1250743.

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

Color convert

RGB 183 21 19 -
CMYK 0 0.89 0.90 0.28
HSL 0.73º 0.81% 0.4% -
HSV(B) 0.73º 0.9% 0.72% -
XYZ 19.91 10.65 1.62 -
YUV 69.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 183 21 19 0 0.89 0.90 0.28 0.73 0.81 0.4
Hex B7 15 13 0 59 5A 1C 1 51 28
Octal 267 25 23 0 131 132 34 1 121 50
Binary 10110111 10101 10011 0 1011001 1011010 11100 1 1010001 101000

Color Harmonies of #B71513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71513

Black with #B71513

Text Example


Text Example

White with #B71513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71513; }

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

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

background-color css

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

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

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

border-color css

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

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

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