Html Css Color HEX #B51A1B Fire Engine Red

📋 copy color: '#B51A1B'

red 181 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #B51A1B

Tints of Fire Engine Red #B51A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 77.35%
G = 11.11%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B51A1B (or 0xB51A1B) is known color: Fire Engine Red. HEX triplet: B5, 1A and 1B. RGB value is (181,26,27). Sum of RGB (Red+Green+Blue) = 181+26+27=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A1B is #4AE5E4. Grayscale: #484848. Windows color (decimal): -4908517 or 1776309. OLE color: 1776309.

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

Color convert

RGB 181 26 27 -
CMYK 0 0.86 0.85 0.29
HSL 359.61º 0.75% 0.41% -
HSV(B) 359.61º 0.86% 0.71% -
XYZ 19.62 10.64 2.06 -
YUV 72.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 181 26 27 0 0.86 0.85 0.29 359.61 0.75 0.41
Hex B5 1A 1B 0 56 55 1D 168 4B 29
Octal 265 32 33 0 126 125 35 550 113 51
Binary 10110101 11010 11011 0 1010110 1010101 11101 101101000 1001011 101001

Color Harmonies of #B51A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A1B

Black with #B51A1B

Text Example


Text Example

White with #B51A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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