Html Css Color HEX #B51915 Fire Brick

📋 copy color: '#B51915'

red 181 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B51915

Tints of Fire Brick #B51915

RGB

 RED value IS 181 (71.09% from 255) = 79.74%

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

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

R = 79.74%
G = 11.01%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B51915 (or 0xB51915) is known color: Fire Brick. HEX triplet: B5, 19 and 15. RGB value is (181,25,21). Sum of RGB (Red+Green+Blue) = 181+25+21=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B51915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51915 is #4AE6EA. Grayscale: #474747. Windows color (decimal): -4908779 or 1382837. OLE color: 1382837.

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

Color convert

RGB 181 25 21 -
CMYK 0 0.86 0.88 0.29
HSL 1.5º 0.79% 0.4% -
HSV(B) 1.5º 0.88% 0.71% -
XYZ 19.54 10.57 1.72 -
YUV 71.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 181 25 21 0 0.86 0.88 0.29 1.5 0.79 0.4
Hex B5 19 15 0 56 58 1D 2 4F 28
Octal 265 31 25 0 126 130 35 2 117 50
Binary 10110101 11001 10101 0 1010110 1011000 11101 10 1001111 101000

Color Harmonies of #B51915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51915

Black with #B51915

Text Example


Text Example

White with #B51915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51915; }

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

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

background-color css

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

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

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

border-color css

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

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

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