Html Css Color HEX #B81226 Fire Engine Red

📋 copy color: '#B81226'

red 184 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #B81226

Tints of Fire Engine Red #B81226

RGB

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

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

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

R = 76.67%
G = 7.5%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B81226 (or 0xB81226) is known color: Fire Engine Red. HEX triplet: B8, 12 and 26. RGB value is (184,18,38). Sum of RGB (Red+Green+Blue) = 184+18+38=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B81226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81226 is #47EDD9. Grayscale: #464646. Windows color (decimal): -4713946 or 2495160. OLE color: 2495160.

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

Color convert

RGB 184 18 38 -
CMYK 0 0.90 0.79 0.28
HSL 352.77º 0.82% 0.4% -
HSV(B) 352.77º 0.9% 0.72% -
XYZ 20.33 10.76 2.84 -
YUV 69.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 184 18 38 0 0.90 0.79 0.28 352.77 0.82 0.4
Hex B8 12 26 0 5A 4F 1C 161 52 28
Octal 270 22 46 0 132 117 34 541 122 50
Binary 10111000 10010 100110 0 1011010 1001111 11100 101100001 1010010 101000

Color Harmonies of #B81226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81226

Black with #B81226

Text Example


Text Example

White with #B81226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81226; }

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

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

background-color css

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

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

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

border-color css

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

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

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