Html Css Color HEX #B71512 Fire Brick

📋 copy color: '#B71512'

red 183 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #B71512

Tints of Fire Brick #B71512

RGB

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

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

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

R = 82.43%
G = 9.46%
B = 8.11%

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

#B71512 (or 0xB71512) is known color: Fire Brick. HEX triplet: B7, 15 and 12. RGB value is (183,21,18). Sum of RGB (Red+Green+Blue) = 183+21+18=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71512 is #48EAED. Grayscale: #454545. Windows color (decimal): -4778734 or 1185207. OLE color: 1185207.

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

Color convert

RGB 183 21 18 -
CMYK 0 0.89 0.90 0.28
HSL 1.09º 0.82% 0.39% -
HSV(B) 1.09º 0.9% 0.72% -
XYZ 19.91 10.65 1.58 -
YUV 69.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 183 21 18 0 0.89 0.90 0.28 1.09 0.82 0.39
Hex B7 15 12 0 59 5A 1C 1 52 27
Octal 267 25 22 0 131 132 34 1 122 47
Binary 10110111 10101 10010 0 1011001 1011010 11100 1 1010010 100111

Color Harmonies of #B71512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71512

Black with #B71512

Text Example


Text Example

White with #B71512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71512; }

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

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

background-color css

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

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

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

border-color css

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

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

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