Html Css Color HEX #B81028 Fire Engine Red

📋 copy color: '#B81028'

red 184 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #B81028

Tints of Fire Engine Red #B81028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 76.67%
G = 6.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81028 (or 0xB81028) is known color: Fire Engine Red. HEX triplet: B8, 10 and 28. RGB value is (184,16,40). Sum of RGB (Red+Green+Blue) = 184+16+40=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B81028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81028 is #47EFD7. Grayscale: #454545. Windows color (decimal): -4714456 or 2625720. OLE color: 2625720.

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

Color convert

RGB 184 16 40 -
CMYK 0 0.91 0.78 0.28
HSL 351.43º 0.84% 0.39% -
HSV(B) 351.43º 0.91% 0.72% -
XYZ 20.34 10.71 3 -
YUV 68.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 184 16 40 0 0.91 0.78 0.28 351.43 0.84 0.39
Hex B8 10 28 0 5B 4E 1C 15F 54 27
Octal 270 20 50 0 133 116 34 537 124 47
Binary 10111000 10000 101000 0 1011011 1001110 11100 101011111 1010100 100111

Color Harmonies of #B81028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81028

Black with #B81028

Text Example


Text Example

White with #B81028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81028; }

 p { color: rgb(184,16,40); }

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

background-color css

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

 a { background-color: rgb(184,16,40); }

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

border-color css

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

 span { border-color: rgb(184,16,40); }

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