Html Css Color HEX #B81726 Fire Engine Red

📋 copy color: '#B81726'

red 184 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #B81726

Tints of Fire Engine Red #B81726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 75.1%
G = 9.39%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B81726 (or 0xB81726) is known color: Fire Engine Red. HEX triplet: B8, 17 and 26. RGB value is (184,23,38). Sum of RGB (Red+Green+Blue) = 184+23+38=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B81726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81726 is #47E8D9. Grayscale: #484848. Windows color (decimal): -4712666 or 2496440. OLE color: 2496440.

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

Color convert

RGB 184 23 38 -
CMYK 0 0.88 0.79 0.28
HSL 354.41º 0.78% 0.41% -
HSV(B) 354.41º 0.88% 0.72% -
XYZ 20.42 10.94 2.87 -
YUV 72.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 184 23 38 0 0.88 0.79 0.28 354.41 0.78 0.41
Hex B8 17 26 0 58 4F 1C 162 4E 29
Octal 270 27 46 0 130 117 34 542 116 51
Binary 10111000 10111 100110 0 1011000 1001111 11100 101100010 1001110 101001

Color Harmonies of #B81726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81726

Black with #B81726

Text Example


Text Example

White with #B81726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81726; }

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

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

background-color css

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

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

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

border-color css

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

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

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