Html Css Color HEX #B42119 Fire Brick

📋 copy color: '#B42119'

red 180 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #B42119

Tints of Fire Brick #B42119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 75.63%
G = 13.87%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B42119 (or 0xB42119) is known color: Fire Brick. HEX triplet: B4, 21 and 19. RGB value is (180,33,25). Sum of RGB (Red+Green+Blue) = 180+33+25=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42119 is #4BDEE6. Grayscale: #4C4C4C. Windows color (decimal): -4972263 or 1647028. OLE color: 1647028.

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

Color convert

RGB 180 33 25 -
CMYK 0 0.82 0.86 0.29
HSL 3.1º 0.76% 0.4% -
HSV(B) 3.1º 0.86% 0.71% -
XYZ 19.54 10.86 1.99 -
YUV 76.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 180 33 25 0 0.82 0.86 0.29 3.1 0.76 0.4
Hex B4 21 19 0 52 56 1D 3 4C 28
Octal 264 41 31 0 122 126 35 3 114 50
Binary 10110100 100001 11001 0 1010010 1010110 11101 11 1001100 101000

Color Harmonies of #B42119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42119

Black with #B42119

Text Example


Text Example

White with #B42119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42119; }

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

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

background-color css

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

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

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

border-color css

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

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

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