Html Css Color HEX #B72124 Fire Engine Red

📋 copy color: '#B72124'

red 183 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #B72124

Tints of Fire Engine Red #B72124

RGB

 RED value IS 183 (71.88% from 255) = 72.62%

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

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

R = 72.62%
G = 13.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B72124 (or 0xB72124) is known color: Fire Engine Red. HEX triplet: B7, 21 and 24. RGB value is (183,33,36). Sum of RGB (Red+Green+Blue) = 183+33+36=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B72124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72124 is #48DEDB. Grayscale: #4E4E4E. Windows color (decimal): -4775644 or 2367927. OLE color: 2367927.

HSL color Cylindrical-coordinate representation of color #B72124: hue angle of 358.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72124 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 36 -
CMYK 0 0.82 0.80 0.28
HSL 358.8º 0.69% 0.42% -
HSV(B) 358.8º 0.82% 0.72% -
XYZ 20.39 11.28 2.77 -
YUV 78.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 183 33 36 0 0.82 0.80 0.28 358.8 0.69 0.42
Hex B7 21 24 0 52 50 1C 167 45 2A
Octal 267 41 44 0 122 120 34 547 105 52
Binary 10110111 100001 100100 0 1010010 1010000 11100 101100111 1000101 101010

Color Harmonies of #B72124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72124

Black with #B72124

Text Example


Text Example

White with #B72124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72124; }

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

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

background-color css

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

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

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

border-color css

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

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

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