Html Css Color HEX #B42011 Fire Brick

📋 copy color: '#B42011'

red 180 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #B42011

Tints of Fire Brick #B42011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 78.6%
G = 13.97%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B42011 (or 0xB42011) is known color: Fire Brick. HEX triplet: B4, 20 and 11. RGB value is (180,32,17). Sum of RGB (Red+Green+Blue) = 180+32+17=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B42011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42011 is #4BDFEE. Grayscale: #4A4A4A. Windows color (decimal): -4972527 or 1122484. OLE color: 1122484.

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

Color convert

RGB 180 32 17 -
CMYK 0 0.82 0.91 0.29
HSL 5.52º 0.83% 0.39% -
HSV(B) 5.52º 0.91% 0.71% -
XYZ 19.44 10.78 1.59 -
YUV 74.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 180 32 17 0 0.82 0.91 0.29 5.52 0.83 0.39
Hex B4 20 11 0 52 5B 1D 6 53 27
Octal 264 40 21 0 122 133 35 6 123 47
Binary 10110100 100000 10001 0 1010010 1011011 11101 110 1010011 100111

Color Harmonies of #B42011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42011

Black with #B42011

Text Example


Text Example

White with #B42011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42011; }

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

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

background-color css

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

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

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

border-color css

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

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

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