Html Css Color HEX #B42520 Fire Brick

📋 copy color: '#B42520'

red 180 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #B42520

Tints of Fire Brick #B42520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 72.29%
G = 14.86%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B42520 (or 0xB42520) is known color: Fire Brick. HEX triplet: B4, 25 and 20. RGB value is (180,37,32). Sum of RGB (Red+Green+Blue) = 180+37+32=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B42520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42520 is #4BDADF. Grayscale: #4F4F4F. Windows color (decimal): -4971232 or 2106804. OLE color: 2106804.

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

Color convert

RGB 180 37 32 -
CMYK 0 0.79 0.82 0.29
HSL 2.03º 0.7% 0.42% -
HSV(B) 2.03º 0.82% 0.71% -
XYZ 19.74 11.13 2.47 -
YUV 79.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 180 37 32 0 0.79 0.82 0.29 2.03 0.7 0.42
Hex B4 25 20 0 4F 52 1D 2 46 2A
Octal 264 45 40 0 117 122 35 2 106 52
Binary 10110100 100101 100000 0 1001111 1010010 11101 10 1000110 101010

Color Harmonies of #B42520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42520

Black with #B42520

Text Example


Text Example

White with #B42520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42520; }

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

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

background-color css

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

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

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

border-color css

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

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

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