Html Css Color HEX #B91824 Fire Engine Red

📋 copy color: '#B91824'

red 185 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #B91824

Tints of Fire Engine Red #B91824

RGB

 RED value IS 185 (72.66% from 255) = 75.51%

 GREEN value IS 24 (9.77% from 255) = 9.8%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 75.51%
G = 9.8%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B91824 (or 0xB91824) is known color: Fire Engine Red. HEX triplet: B9, 18 and 24. RGB value is (185,24,36). Sum of RGB (Red+Green+Blue) = 185+24+36=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B91824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91824 is #46E7DB. Grayscale: #494949. Windows color (decimal): -4646876 or 2365625. OLE color: 2365625.

HSL color Cylindrical-coordinate representation of color #B91824: hue angle of 355.53º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91824 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 36 -
CMYK 0 0.87 0.81 0.27
HSL 355.53º 0.77% 0.41% -
HSV(B) 355.53º 0.87% 0.73% -
XYZ 20.65 11.09 2.72 -
YUV 73.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 185 24 36 0 0.87 0.81 0.27 355.53 0.77 0.41
Hex B9 18 24 0 57 51 1B 164 4D 29
Octal 271 30 44 0 127 121 33 544 115 51
Binary 10111001 11000 100100 0 1010111 1010001 11011 101100100 1001101 101001

Color Harmonies of #B91824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91824

Black with #B91824

Text Example


Text Example

White with #B91824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91824; }

 p { color: rgb(185,24,36); }

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

background-color css

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

 a { background-color: rgb(185,24,36); }

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

border-color css

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

 span { border-color: rgb(185,24,36); }

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