Html Css Color HEX #B52225 Fire Engine Red

📋 copy color: '#B52225'

red 181 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #B52225

Tints of Fire Engine Red #B52225

RGB

 RED value IS 181 (71.09% from 255) = 71.83%

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

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

R = 71.83%
G = 13.49%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B52225 (or 0xB52225) is known color: Fire Engine Red. HEX triplet: B5, 22 and 25. RGB value is (181,34,37). Sum of RGB (Red+Green+Blue) = 181+34+37=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B52225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52225 is #4ADDDA. Grayscale: #4E4E4E. Windows color (decimal): -4906459 or 2433717. OLE color: 2433717.

HSL color Cylindrical-coordinate representation of color #B52225: hue angle of 358.78º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52225 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 37 -
CMYK 0 0.81 0.80 0.29
HSL 358.78º 0.68% 0.42% -
HSV(B) 358.78º 0.81% 0.71% -
XYZ 19.96 11.1 2.84 -
YUV 78.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 181 34 37 0 0.81 0.80 0.29 358.78 0.68 0.42
Hex B5 22 25 0 51 50 1D 167 44 2A
Octal 265 42 45 0 121 120 35 547 104 52
Binary 10110101 100010 100101 0 1010001 1010000 11101 101100111 1000100 101010

Color Harmonies of #B52225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52225

Black with #B52225

Text Example


Text Example

White with #B52225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52225; }

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

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

background-color css

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

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

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

border-color css

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

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

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