Html Css Color HEX #B42124 Fire Engine Red

📋 copy color: '#B42124'

red 180 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #B42124

Tints of Fire Engine Red #B42124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 72.29%
G = 13.25%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B42124 (or 0xB42124) is known color: Fire Engine Red. HEX triplet: B4, 21 and 24. RGB value is (180,33,36). Sum of RGB (Red+Green+Blue) = 180+33+36=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B42124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42124 is #4BDEDB. Grayscale: #4D4D4D. Windows color (decimal): -4972252 or 2367924. OLE color: 2367924.

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

Color convert

RGB 180 33 36 -
CMYK 0 0.82 0.8 0.29
HSL 358.78º 0.69% 0.42% -
HSV(B) 358.78º 0.82% 0.71% -
XYZ 19.68 10.92 2.74 -
YUV 77.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 180 33 36 0 0.82 0.8 0.29 358.78 0.69 0.42
Hex B4 21 24 0 52 50 1D 167 45 2A
Octal 264 41 44 0 122 120 35 547 105 52
Binary 10110100 100001 100100 0 1010010 1010000 11101 101100111 1000101 101010

Color Harmonies of #B42124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42124

Black with #B42124

Text Example


Text Example

White with #B42124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42124; }

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

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

background-color css

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

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

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

border-color css

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

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

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