Html Css Color HEX #B81C26 Fire Engine Red

📋 copy color: '#B81C26'

red 184 ◦ green 28 ◦ blue 38

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

Shades of Fire Engine Red #B81C26

Tints of Fire Engine Red #B81C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 73.6%
G = 11.2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B81C26 (or 0xB81C26) is known color: Fire Engine Red. HEX triplet: B8, 1C and 26. RGB value is (184,28,38). Sum of RGB (Red+Green+Blue) = 184+28+38=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C26 is #47E3D9. Grayscale: #4B4B4B. Windows color (decimal): -4711386 or 2497720. OLE color: 2497720.

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

Color convert

RGB 184 28 38 -
CMYK 0 0.85 0.79 0.28
HSL 356.15º 0.74% 0.42% -
HSV(B) 356.15º 0.85% 0.72% -
XYZ 20.53 11.16 2.91 -
YUV 75.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 184 28 38 0 0.85 0.79 0.28 356.15 0.74 0.42
Hex B8 1C 26 0 55 4F 1C 164 4A 2A
Octal 270 34 46 0 125 117 34 544 112 52
Binary 10111000 11100 100110 0 1010101 1001111 11100 101100100 1001010 101010

Color Harmonies of #B81C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C26

Black with #B81C26

Text Example


Text Example

White with #B81C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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