Html Css Color HEX #B41520 Fire Engine Red

📋 copy color: '#B41520'

red 180 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #B41520

Tints of Fire Engine Red #B41520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 77.25%
G = 9.01%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B41520 (or 0xB41520) is known color: Fire Engine Red. HEX triplet: B4, 15 and 20. RGB value is (180,21,32). Sum of RGB (Red+Green+Blue) = 180+21+32=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B41520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41520 is #4BEADF. Grayscale: #454545. Windows color (decimal): -4975328 or 2102708. OLE color: 2102708.

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

Color convert

RGB 180 21 32 -
CMYK 0 0.88 0.82 0.29
HSL 355.85º 0.79% 0.39% -
HSV(B) 355.85º 0.88% 0.71% -
XYZ 19.35 10.34 2.34 -
YUV 69.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 180 21 32 0 0.88 0.82 0.29 355.85 0.79 0.39
Hex B4 15 20 0 58 52 1D 164 4F 27
Octal 264 25 40 0 130 122 35 544 117 47
Binary 10110100 10101 100000 0 1011000 1010010 11101 101100100 1001111 100111

Color Harmonies of #B41520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41520

Black with #B41520

Text Example


Text Example

White with #B41520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41520; }

 p { color: rgb(180,21,32); }

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

background-color css

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

 a { background-color: rgb(180,21,32); }

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

border-color css

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

 span { border-color: rgb(180,21,32); }

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