Html Css Color HEX #B81C22 Fire Engine Red

📋 copy color: '#B81C22'

red 184 ◦ green 28 ◦ blue 34

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

Shades of Fire Engine Red #B81C22

Tints of Fire Engine Red #B81C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.38%

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 74.8%
G = 11.38%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B81C22 (or 0xB81C22) is known color: Fire Engine Red. HEX triplet: B8, 1C and 22. RGB value is (184,28,34). Sum of RGB (Red+Green+Blue) = 184+28+34=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C22 is #47E3DD. Grayscale: #4B4B4B. Windows color (decimal): -4711390 or 2235576. OLE color: 2235576.

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

Color convert

RGB 184 28 34 -
CMYK 0 0.85 0.82 0.28
HSL 357.69º 0.74% 0.42% -
HSV(B) 357.69º 0.85% 0.72% -
XYZ 20.47 11.14 2.58 -
YUV 75.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 184 28 34 0 0.85 0.82 0.28 357.69 0.74 0.42
Hex B8 1C 22 0 55 52 1C 166 4A 2A
Octal 270 34 42 0 125 122 34 546 112 52
Binary 10111000 11100 100010 0 1010101 1010010 11100 101100110 1001010 101010

Color Harmonies of #B81C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C22

Black with #B81C22

Text Example


Text Example

White with #B81C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C22; }

 p { color: rgb(184,28,34); }

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

background-color css

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

 a { background-color: rgb(184,28,34); }

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

border-color css

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

 span { border-color: rgb(184,28,34); }

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