Html Css Color HEX #B42013 Fire Brick

📋 copy color: '#B42013'

red 180 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B42013

Tints of Fire Brick #B42013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 77.92%
G = 13.85%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42013 (or 0xB42013) is known color: Fire Brick. HEX triplet: B4, 20 and 13. RGB value is (180,32,19). Sum of RGB (Red+Green+Blue) = 180+32+19=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B42013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42013 is #4BDFEC. Grayscale: #4A4A4A. Windows color (decimal): -4972525 or 1253556. OLE color: 1253556.

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

Color convert

RGB 180 32 19 -
CMYK 0 0.82 0.89 0.29
HSL 4.84º 0.81% 0.39% -
HSV(B) 4.84º 0.89% 0.71% -
XYZ 19.46 10.78 1.67 -
YUV 74.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 180 32 19 0 0.82 0.89 0.29 4.84 0.81 0.39
Hex B4 20 13 0 52 59 1D 5 51 27
Octal 264 40 23 0 122 131 35 5 121 47
Binary 10110100 100000 10011 0 1010010 1011001 11101 101 1010001 100111

Color Harmonies of #B42013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42013

Black with #B42013

Text Example


Text Example

White with #B42013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42013; }

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

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

background-color css

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

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

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

border-color css

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

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

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