Html Css Color HEX #B92225 Fire Engine Red

📋 copy color: '#B92225'

red 185 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #B92225

Tints of Fire Engine Red #B92225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

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

R = 72.27%
G = 13.28%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B92225 (or 0xB92225) is known color: Fire Engine Red. HEX triplet: B9, 22 and 25. RGB value is (185,34,37). Sum of RGB (Red+Green+Blue) = 185+34+37=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B92225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92225 is #46DDDA. Grayscale: #4F4F4F. Windows color (decimal): -4644315 or 2433721. OLE color: 2433721.

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

Color convert

RGB 185 34 37 -
CMYK 0 0.82 0.80 0.27
HSL 358.81º 0.69% 0.43% -
HSV(B) 358.81º 0.82% 0.73% -
XYZ 20.91 11.59 2.89 -
YUV 79.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 185 34 37 0 0.82 0.80 0.27 358.81 0.69 0.43
Hex B9 22 25 0 52 50 1B 167 45 2B
Octal 271 42 45 0 122 120 33 547 105 53
Binary 10111001 100010 100101 0 1010010 1010000 11011 101100111 1000101 101011

Color Harmonies of #B92225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92225

Black with #B92225

Text Example


Text Example

White with #B92225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92225; }

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

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

background-color css

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

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

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

border-color css

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

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

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