Html Css Color HEX #B42120 Fire Brick

📋 copy color: '#B42120'

red 180 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #B42120

Tints of Fire Brick #B42120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 73.47%
G = 13.47%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B42120 (or 0xB42120) is known color: Fire Brick. HEX triplet: B4, 21 and 20. RGB value is (180,33,32). Sum of RGB (Red+Green+Blue) = 180+33+32=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B42120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42120 is #4BDEDF. Grayscale: #4C4C4C. Windows color (decimal): -4972256 or 2105780. OLE color: 2105780.

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

Color convert

RGB 180 33 32 -
CMYK 0 0.82 0.82 0.29
HSL 0.41º 0.7% 0.42% -
HSV(B) 0.41º 0.82% 0.71% -
XYZ 19.63 10.9 2.44 -
YUV 76.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 180 33 32 0 0.82 0.82 0.29 0.41 0.7 0.42
Hex B4 21 20 0 52 52 1D 0 46 2A
Octal 264 41 40 0 122 122 35 0 106 52
Binary 10110100 100001 100000 0 1010010 1010010 11101 0 1000110 101010

Color Harmonies of #B42120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42120

Black with #B42120

Text Example


Text Example

White with #B42120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42120; }

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

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

background-color css

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

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

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

border-color css

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

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

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