Html Css Color HEX #B81D20 Fire Engine Red

📋 copy color: '#B81D20'

red 184 ◦ green 29 ◦ blue 32

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

Shades of Fire Engine Red #B81D20

Tints of Fire Engine Red #B81D20

RGB

 RED value IS 184 (72.27% from 255) = 75.1%

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 75.1%
G = 11.84%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B81D20 (or 0xB81D20) is known color: Fire Engine Red. HEX triplet: B8, 1D and 20. RGB value is (184,29,32). Sum of RGB (Red+Green+Blue) = 184+29+32=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D20 is #47E2DF. Grayscale: #4B4B4B. Windows color (decimal): -4711136 or 2104760. OLE color: 2104760.

HSL color Cylindrical-coordinate representation of color #B81D20: hue angle of 358.84º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D20 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 32 -
CMYK 0 0.84 0.83 0.28
HSL 358.84º 0.73% 0.42% -
HSV(B) 358.84º 0.84% 0.72% -
XYZ 20.47 11.17 2.44 -
YUV 75.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 184 29 32 0 0.84 0.83 0.28 358.84 0.73 0.42
Hex B8 1D 20 0 54 53 1C 167 49 2A
Octal 270 35 40 0 124 123 34 547 111 52
Binary 10111000 11101 100000 0 1010100 1010011 11100 101100111 1001001 101010

Color Harmonies of #B81D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D20

Black with #B81D20

Text Example


Text Example

White with #B81D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D20; }

 p { color: rgb(184,29,32); }

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

background-color css

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

 a { background-color: rgb(184,29,32); }

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

border-color css

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

 span { border-color: rgb(184,29,32); }

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