Html Css Color HEX #B51912 Fire Brick

📋 copy color: '#B51912'

red 181 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #B51912

Tints of Fire Brick #B51912

RGB

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

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

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

R = 80.8%
G = 11.16%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B51912 (or 0xB51912) is known color: Fire Brick. HEX triplet: B5, 19 and 12. RGB value is (181,25,18). Sum of RGB (Red+Green+Blue) = 181+25+18=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B51912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51912 is #4AE6ED. Grayscale: #474747. Windows color (decimal): -4908782 or 1186229. OLE color: 1186229.

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

Color convert

RGB 181 25 18 -
CMYK 0 0.86 0.90 0.29
HSL 2.58º 0.82% 0.39% -
HSV(B) 2.58º 0.9% 0.71% -
XYZ 19.51 10.56 1.58 -
YUV 70.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 181 25 18 0 0.86 0.90 0.29 2.58 0.82 0.39
Hex B5 19 12 0 56 5A 1D 3 52 27
Octal 265 31 22 0 126 132 35 3 122 47
Binary 10110101 11001 10010 0 1010110 1011010 11101 11 1010010 100111

Color Harmonies of #B51912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51912

Black with #B51912

Text Example


Text Example

White with #B51912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51912; }

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

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

background-color css

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

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

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

border-color css

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

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

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