Html Css Color HEX #B51212 Fire Brick

📋 copy color: '#B51212'

red 181 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #B51212

Tints of Fire Brick #B51212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

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

R = 83.41%
G = 8.29%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B51212 (or 0xB51212) is known color: Fire Brick. HEX triplet: B5, 12 and 12. RGB value is (181,18,18). Sum of RGB (Red+Green+Blue) = 181+18+18=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B51212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51212 is #4AEDED. Grayscale: #424242. Windows color (decimal): -4910574 or 1184437. OLE color: 1184437.

HSL color Cylindrical-coordinate representation of color #B51212: hue angle of 0º 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 #B51212 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 18 -
CMYK 0 0.90 0.90 0.29
HSL 0.82% 0.39% -
HSV(B) 0.9% 0.71% -
XYZ 19.38 10.3 1.54 -
YUV 66.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 181 18 18 0 0.90 0.90 0.29 0 0.82 0.39
Hex B5 12 12 0 5A 5A 1D 0 52 27
Octal 265 22 22 0 132 132 35 0 122 47
Binary 10110101 10010 10010 0 1011010 1011010 11101 0 1010010 100111

Color Harmonies of #B51212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51212

Black with #B51212

Text Example


Text Example

White with #B51212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51212; }

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

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

background-color css

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

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

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

border-color css

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

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

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