Html Css Color HEX #B41324 Fire Engine Red

📋 copy color: '#B41324'

red 180 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #B41324

Tints of Fire Engine Red #B41324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 76.6%
G = 8.09%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B41324 (or 0xB41324) is known color: Fire Engine Red. HEX triplet: B4, 13 and 24. RGB value is (180,19,36). Sum of RGB (Red+Green+Blue) = 180+19+36=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B41324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41324 is #4BECDB. Grayscale: #454545. Windows color (decimal): -4975836 or 2364340. OLE color: 2364340.

HSL color Cylindrical-coordinate representation of color #B41324: hue angle of 353.66º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41324 is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 36 -
CMYK 0 0.89 0.8 0.29
HSL 353.66º 0.81% 0.39% -
HSV(B) 353.66º 0.89% 0.71% -
XYZ 19.37 10.3 2.64 -
YUV 69.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 180 19 36 0 0.89 0.8 0.29 353.66 0.81 0.39
Hex B4 13 24 0 59 50 1D 162 51 27
Octal 264 23 44 0 131 120 35 542 121 47
Binary 10110100 10011 100100 0 1011001 1010000 11101 101100010 1010001 100111

Color Harmonies of #B41324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41324

Black with #B41324

Text Example


Text Example

White with #B41324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41324; }

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

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

background-color css

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

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

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

border-color css

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

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

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