Html Css Color HEX #B42012 Fire Brick

📋 copy color: '#B42012'

red 180 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #B42012

Tints of Fire Brick #B42012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

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

R = 78.26%
G = 13.91%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B42012 (or 0xB42012) is known color: Fire Brick. HEX triplet: B4, 20 and 12. RGB value is (180,32,18). Sum of RGB (Red+Green+Blue) = 180+32+18=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B42012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42012 is #4BDFED. Grayscale: #4A4A4A. Windows color (decimal): -4972526 or 1188020. OLE color: 1188020.

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

Color convert

RGB 180 32 18 -
CMYK 0 0.82 0.9 0.29
HSL 5.19º 0.82% 0.39% -
HSV(B) 5.19º 0.9% 0.71% -
XYZ 19.45 10.78 1.63 -
YUV 74.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 180 32 18 0 0.82 0.9 0.29 5.19 0.82 0.39
Hex B4 20 12 0 52 5A 1D 5 52 27
Octal 264 40 22 0 122 132 35 5 122 47
Binary 10110100 100000 10010 0 1010010 1011010 11101 101 1010010 100111

Color Harmonies of #B42012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42012

Black with #B42012

Text Example


Text Example

White with #B42012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42012; }

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

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

background-color css

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

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

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

border-color css

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

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

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