Html Css Color HEX #B51918 Fire Brick

📋 copy color: '#B51918'

red 181 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #B51918

Tints of Fire Brick #B51918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 78.7%
G = 10.87%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B51918 (or 0xB51918) is known color: Fire Brick. HEX triplet: B5, 19 and 18. RGB value is (181,25,24). Sum of RGB (Red+Green+Blue) = 181+25+24=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B51918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51918 is #4AE6E7. Grayscale: #474747. Windows color (decimal): -4908776 or 1579445. OLE color: 1579445.

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

Color convert

RGB 181 25 24 -
CMYK 0 0.86 0.87 0.29
HSL 0.38º 0.77% 0.4% -
HSV(B) 0.38º 0.87% 0.71% -
XYZ 19.57 10.58 1.88 -
YUV 71.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 181 25 24 0 0.86 0.87 0.29 0.38 0.77 0.4
Hex B5 19 18 0 56 57 1D 0 4D 28
Octal 265 31 30 0 126 127 35 0 115 50
Binary 10110101 11001 11000 0 1010110 1010111 11101 0 1001101 101000

Color Harmonies of #B51918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51918

Black with #B51918

Text Example


Text Example

White with #B51918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51918; }

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

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

background-color css

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

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

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

border-color css

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

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

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