Html Css Color HEX #B51A1D Fire Engine Red

📋 copy color: '#B51A1D'

red 181 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #B51A1D

Tints of Fire Engine Red #B51A1D

RGB

 RED value IS 181 (71.09% from 255) = 76.69%

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

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

R = 76.69%
G = 11.02%
B = 12.29%

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

#B51A1D (or 0xB51A1D) is known color: Fire Engine Red. HEX triplet: B5, 1A and 1D. RGB value is (181,26,29). Sum of RGB (Red+Green+Blue) = 181+26+29=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A1D is #4AE5E2. Grayscale: #484848. Windows color (decimal): -4908515 or 1907381. OLE color: 1907381.

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

Color convert

RGB 181 26 29 -
CMYK 0 0.86 0.84 0.29
HSL 358.84º 0.75% 0.41% -
HSV(B) 358.84º 0.86% 0.71% -
XYZ 19.65 10.65 2.18 -
YUV 72.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 181 26 29 0 0.86 0.84 0.29 358.84 0.75 0.41
Hex B5 1A 1D 0 56 54 1D 167 4B 29
Octal 265 32 35 0 126 124 35 547 113 51
Binary 10110101 11010 11101 0 1010110 1010100 11101 101100111 1001011 101001

Color Harmonies of #B51A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A1D

Black with #B51A1D

Text Example


Text Example

White with #B51A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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