Html Css Color HEX #B72325 Fire Engine Red

📋 copy color: '#B72325'

red 183 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #B72325

Tints of Fire Engine Red #B72325

RGB

 RED value IS 183 (71.88% from 255) = 71.76%

 GREEN value IS 35 (14.06% from 255) = 13.73%

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

R = 71.76%
G = 13.73%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B72325 (or 0xB72325) is known color: Fire Engine Red. HEX triplet: B7, 23 and 25. RGB value is (183,35,37). Sum of RGB (Red+Green+Blue) = 183+35+37=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B72325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72325 is #48DCDA. Grayscale: #4F4F4F. Windows color (decimal): -4775131 or 2433975. OLE color: 2433975.

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

Color convert

RGB 183 35 37 -
CMYK 0 0.81 0.80 0.28
HSL 359.19º 0.68% 0.43% -
HSV(B) 359.19º 0.81% 0.72% -
XYZ 20.46 11.4 2.87 -
YUV 79.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 183 35 37 0 0.81 0.80 0.28 359.19 0.68 0.43
Hex B7 23 25 0 51 50 1C 167 44 2B
Octal 267 43 45 0 121 120 34 547 104 53
Binary 10110111 100011 100101 0 1010001 1010000 11100 101100111 1000100 101011

Color Harmonies of #B72325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72325

Black with #B72325

Text Example


Text Example

White with #B72325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72325; }

 p { color: rgb(183,35,37); }

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

background-color css

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

 a { background-color: rgb(183,35,37); }

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

border-color css

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

 span { border-color: rgb(183,35,37); }

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