Html Css Color HEX #B41412 Fire Brick

📋 copy color: '#B41412'

red 180 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #B41412

Tints of Fire Brick #B41412

RGB

 RED value IS 180 (70.7% from 255) = 82.57%

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 82.57%
G = 9.17%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B41412 (or 0xB41412) is known color: Fire Brick. HEX triplet: B4, 14 and 12. RGB value is (180,20,18). Sum of RGB (Red+Green+Blue) = 180+20+18=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B41412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41412 is #4BEBED. Grayscale: #434343. Windows color (decimal): -4975598 or 1184948. OLE color: 1184948.

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

Color convert

RGB 180 20 18 -
CMYK 0 0.89 0.9 0.29
HSL 0.74º 0.82% 0.39% -
HSV(B) 0.74º 0.9% 0.71% -
XYZ 19.18 10.25 1.54 -
YUV 67.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 180 20 18 0 0.89 0.9 0.29 0.74 0.82 0.39
Hex B4 14 12 0 59 5A 1D 1 52 27
Octal 264 24 22 0 131 132 35 1 122 47
Binary 10110100 10100 10010 0 1011001 1011010 11101 1 1010010 100111

Color Harmonies of #B41412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41412

Black with #B41412

Text Example


Text Example

White with #B41412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41412; }

 p { color: rgb(180,20,18); }

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

background-color css

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

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

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

border-color css

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

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

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