Html Css Color HEX #B31512 Fire Brick

📋 copy color: '#B31512'

red 179 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #B31512

Tints of Fire Brick #B31512

RGB

 RED value IS 179 (70.31% from 255) = 82.11%

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

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

R = 82.11%
G = 9.63%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B31512 (or 0xB31512) is known color: Fire Brick. HEX triplet: B3, 15 and 12. RGB value is (179,21,18). Sum of RGB (Red+Green+Blue) = 179+21+18=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B31512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31512 is #4CEAED. Grayscale: #444444. Windows color (decimal): -5040878 or 1185203. OLE color: 1185203.

HSL color Cylindrical-coordinate representation of color #B31512: hue angle of 1.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31512 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 18 -
CMYK 0 0.88 0.90 0.30
HSL 1.12º 0.82% 0.39% -
HSV(B) 1.12º 0.9% 0.7% -
XYZ 18.97 10.16 1.53 -
YUV 67.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 179 21 18 0 0.88 0.90 0.30 1.12 0.82 0.39
Hex B3 15 12 0 58 5A 1E 1 52 27
Octal 263 25 22 0 130 132 36 1 122 47
Binary 10110011 10101 10010 0 1011000 1011010 11110 1 1010010 100111

Color Harmonies of #B31512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31512

Black with #B31512

Text Example


Text Example

White with #B31512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31512; }

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

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

background-color css

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

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

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

border-color css

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

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

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