Html Css Color HEX #B92526 Fire Engine Red

📋 copy color: '#B92526'

red 185 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #B92526

Tints of Fire Engine Red #B92526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 71.15%
G = 14.23%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B92526 (or 0xB92526) is known color: Fire Engine Red. HEX triplet: B9, 25 and 26. RGB value is (185,37,38). Sum of RGB (Red+Green+Blue) = 185+37+38=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B92526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92526 is #46DAD9. Grayscale: #515151. Windows color (decimal): -4643546 or 2500025. OLE color: 2500025.

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

Color convert

RGB 185 37 38 -
CMYK 0 0.80 0.79 0.27
HSL 359.59º 0.67% 0.44% -
HSV(B) 359.59º 0.8% 0.73% -
XYZ 21.02 11.78 3 -
YUV 81.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 185 37 38 0 0.80 0.79 0.27 359.59 0.67 0.44
Hex B9 25 26 0 50 4F 1B 168 43 2C
Octal 271 45 46 0 120 117 33 550 103 54
Binary 10111001 100101 100110 0 1010000 1001111 11011 101101000 1000011 101100

Color Harmonies of #B92526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92526

Black with #B92526

Text Example


Text Example

White with #B92526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92526; }

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

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

background-color css

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

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

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

border-color css

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

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

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