Html Css Color HEX #B31915 Fire Brick

📋 copy color: '#B31915'

red 179 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B31915

Tints of Fire Brick #B31915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 79.56%
G = 11.11%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B31915 (or 0xB31915) is known color: Fire Brick. HEX triplet: B3, 19 and 15. RGB value is (179,25,21). Sum of RGB (Red+Green+Blue) = 179+25+21=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B31915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31915 is #4CE6EA. Grayscale: #464646. Windows color (decimal): -5039851 or 1382835. OLE color: 1382835.

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

Color convert

RGB 179 25 21 -
CMYK 0 0.86 0.88 0.30
HSL 1.52º 0.79% 0.39% -
HSV(B) 1.52º 0.88% 0.7% -
XYZ 19.07 10.33 1.7 -
YUV 70.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 179 25 21 0 0.86 0.88 0.30 1.52 0.79 0.39
Hex B3 19 15 0 56 58 1E 2 4F 27
Octal 263 31 25 0 126 130 36 2 117 47
Binary 10110011 11001 10101 0 1010110 1011000 11110 10 1001111 100111

Color Harmonies of #B31915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31915

Black with #B31915

Text Example


Text Example

White with #B31915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31915; }

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

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

background-color css

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

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

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

border-color css

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

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

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