Html Css Color HEX #B52124 Fire Engine Red

📋 copy color: '#B52124'

red 181 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #B52124

Tints of Fire Engine Red #B52124

RGB

 RED value IS 181 (71.09% from 255) = 72.4%

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

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

R = 72.4%
G = 13.2%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B52124 (or 0xB52124) is known color: Fire Engine Red. HEX triplet: B5, 21 and 24. RGB value is (181,33,36). Sum of RGB (Red+Green+Blue) = 181+33+36=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B52124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52124 is #4ADEDB. Grayscale: #4D4D4D. Windows color (decimal): -4906716 or 2367925. OLE color: 2367925.

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

Color convert

RGB 181 33 36 -
CMYK 0 0.82 0.80 0.29
HSL 358.78º 0.69% 0.42% -
HSV(B) 358.78º 0.82% 0.71% -
XYZ 19.92 11.04 2.75 -
YUV 77.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 181 33 36 0 0.82 0.80 0.29 358.78 0.69 0.42
Hex B5 21 24 0 52 50 1D 167 45 2A
Octal 265 41 44 0 122 120 35 547 105 52
Binary 10110101 100001 100100 0 1010010 1010000 11101 101100111 1000101 101010

Color Harmonies of #B52124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52124

Black with #B52124

Text Example


Text Example

White with #B52124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52124; }

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

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

background-color css

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

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

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

border-color css

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

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

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