Html Css Color HEX #B92425 Fire Engine Red

📋 copy color: '#B92425'

red 185 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #B92425

Tints of Fire Engine Red #B92425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 71.71%
G = 13.95%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B92425 (or 0xB92425) is known color: Fire Engine Red. HEX triplet: B9, 24 and 25. RGB value is (185,36,37). Sum of RGB (Red+Green+Blue) = 185+36+37=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92425 is #46DBDA. Grayscale: #505050. Windows color (decimal): -4643803 or 2434233. OLE color: 2434233.

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

Color convert

RGB 185 36 37 -
CMYK 0 0.81 0.80 0.27
HSL 359.6º 0.67% 0.43% -
HSV(B) 359.6º 0.81% 0.73% -
XYZ 20.97 11.71 2.91 -
YUV 80.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 185 36 37 0 0.81 0.80 0.27 359.6 0.67 0.43
Hex B9 24 25 0 51 50 1B 168 43 2B
Octal 271 44 45 0 121 120 33 550 103 53
Binary 10111001 100100 100101 0 1010001 1010000 11011 101101000 1000011 101011

Color Harmonies of #B92425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92425

Black with #B92425

Text Example


Text Example

White with #B92425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92425; }

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

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

background-color css

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

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

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

border-color css

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

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

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