Html Css Color HEX #B41A1D Fire Engine Red

📋 copy color: '#B41A1D'

red 180 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #B41A1D

Tints of Fire Engine Red #B41A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 76.6%
G = 11.06%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B41A1D (or 0xB41A1D) is known color: Fire Engine Red. HEX triplet: B4, 1A and 1D. RGB value is (180,26,29). Sum of RGB (Red+Green+Blue) = 180+26+29=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A1D is #4BE5E2. Grayscale: #484848. Windows color (decimal): -4974051 or 1907380. OLE color: 1907380.

HSL color Cylindrical-coordinate representation of color #B41A1D: hue angle of 358.83º 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 #B41A1D is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 29 -
CMYK 0 0.86 0.84 0.29
HSL 358.83º 0.75% 0.4% -
HSV(B) 358.83º 0.86% 0.71% -
XYZ 19.41 10.53 2.17 -
YUV 72.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 180 26 29 0 0.86 0.84 0.29 358.83 0.75 0.4
Hex B4 1A 1D 0 56 54 1D 167 4B 28
Octal 264 32 35 0 126 124 35 547 113 50
Binary 10110100 11010 11101 0 1010110 1010100 11101 101100111 1001011 101000

Color Harmonies of #B41A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A1D

Black with #B41A1D

Text Example


Text Example

White with #B41A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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