Html Css Color HEX #B41A20 Fire Engine Red

📋 copy color: '#B41A20'

red 180 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #B41A20

Tints of Fire Engine Red #B41A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.92%

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

R = 75.63%
G = 10.92%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B41A20 (or 0xB41A20) is known color: Fire Engine Red. HEX triplet: B4, 1A and 20. RGB value is (180,26,32). Sum of RGB (Red+Green+Blue) = 180+26+32=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A20 is #4BE5DF. Grayscale: #484848. Windows color (decimal): -4974048 or 2103988. OLE color: 2103988.

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

Color convert

RGB 180 26 32 -
CMYK 0 0.86 0.82 0.29
HSL 357.66º 0.75% 0.4% -
HSV(B) 357.66º 0.86% 0.71% -
XYZ 19.45 10.55 2.38 -
YUV 72.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 180 26 32 0 0.86 0.82 0.29 357.66 0.75 0.4
Hex B4 1A 20 0 56 52 1D 166 4B 28
Octal 264 32 40 0 126 122 35 546 113 50
Binary 10110100 11010 100000 0 1010110 1010010 11101 101100110 1001011 101000

Color Harmonies of #B41A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A20

Black with #B41A20

Text Example


Text Example

White with #B41A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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