Html Css Color HEX #B31413 Fire Brick

📋 copy color: '#B31413'

red 179 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #B31413

Tints of Fire Brick #B31413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 82.11%
G = 9.17%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B31413 (or 0xB31413) is known color: Fire Brick. HEX triplet: B3, 14 and 13. RGB value is (179,20,19). Sum of RGB (Red+Green+Blue) = 179+20+19=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B31413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31413 is #4CEBEC. Grayscale: #434343. Windows color (decimal): -5041133 or 1250483. OLE color: 1250483.

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

Color convert

RGB 179 20 19 -
CMYK 0 0.89 0.89 0.30
HSL 0.38º 0.81% 0.39% -
HSV(B) 0.38º 0.89% 0.7% -
XYZ 18.96 10.13 1.57 -
YUV 67.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 179 20 19 0 0.89 0.89 0.30 0.38 0.81 0.39
Hex B3 14 13 0 59 59 1E 0 51 27
Octal 263 24 23 0 131 131 36 0 121 47
Binary 10110011 10100 10011 0 1011001 1011001 11110 0 1010001 100111

Color Harmonies of #B31413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31413

Black with #B31413

Text Example


Text Example

White with #B31413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31413; }

 p { color: rgb(179,20,19); }

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

background-color css

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

 a { background-color: rgb(179,20,19); }

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

border-color css

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

 span { border-color: rgb(179,20,19); }

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