Html Css Color HEX #B32324 Fire Engine Red

📋 copy color: '#B32324'

red 179 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #B32324

Tints of Fire Engine Red #B32324

RGB

 RED value IS 179 (70.31% from 255) = 71.6%

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 71.6%
G = 14%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B32324 (or 0xB32324) is known color: Fire Engine Red. HEX triplet: B3, 23 and 24. RGB value is (179,35,36). Sum of RGB (Red+Green+Blue) = 179+35+36=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B32324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32324 is #4CDCDB. Grayscale: #4E4E4E. Windows color (decimal): -5037276 or 2368435. OLE color: 2368435.

HSL color Cylindrical-coordinate representation of color #B32324: hue angle of 359.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32324 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 36 -
CMYK 0 0.80 0.80 0.30
HSL 359.58º 0.67% 0.42% -
HSV(B) 359.58º 0.8% 0.7% -
XYZ 19.51 10.91 2.75 -
YUV 78.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 179 35 36 0 0.80 0.80 0.30 359.58 0.67 0.42
Hex B3 23 24 0 50 50 1E 168 43 2A
Octal 263 43 44 0 120 120 36 550 103 52
Binary 10110011 100011 100100 0 1010000 1010000 11110 101101000 1000011 101010

Color Harmonies of #B32324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32324

Black with #B32324

Text Example


Text Example

White with #B32324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32324; }

 p { color: rgb(179,35,36); }

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

background-color css

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

 a { background-color: rgb(179,35,36); }

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

border-color css

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

 span { border-color: rgb(179,35,36); }

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