Html Css Color HEX #B81228 Fire Engine Red

📋 copy color: '#B81228'

red 184 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #B81228

Tints of Fire Engine Red #B81228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 76.03%
G = 7.44%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81228 (or 0xB81228) is known color: Fire Engine Red. HEX triplet: B8, 12 and 28. RGB value is (184,18,40). Sum of RGB (Red+Green+Blue) = 184+18+40=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B81228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81228 is #47EDD7. Grayscale: #464646. Windows color (decimal): -4713944 or 2626232. OLE color: 2626232.

HSL color Cylindrical-coordinate representation of color #B81228: hue angle of 352.05º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81228 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 40 -
CMYK 0 0.90 0.78 0.28
HSL 352.05º 0.82% 0.4% -
HSV(B) 352.05º 0.9% 0.72% -
XYZ 20.37 10.78 3.01 -
YUV 70.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 184 18 40 0 0.90 0.78 0.28 352.05 0.82 0.4
Hex B8 12 28 0 5A 4E 1C 160 52 28
Octal 270 22 50 0 132 116 34 540 122 50
Binary 10111000 10010 101000 0 1011010 1001110 11100 101100000 1010010 101000

Color Harmonies of #B81228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81228

Black with #B81228

Text Example


Text Example

White with #B81228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81228; }

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

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

background-color css

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

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

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

border-color css

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

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

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