#b73e25

Color #B73E25 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B73E25

Tints of Medium Carmine #B73E25

Color information

#B73E25 (or 0xB73E25) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 25. RGB value is (183,62,37). Sum of RGB (Red+Green+Blue) = 183+62+37=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E25 is #48C1DA. Grayscale: #5F5F5F. Windows color (decimal): -4768219 or 2440887. OLE color: 2440887.

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

Color convert

RGB1836237-
CMYK00.660.800.28
HSL10.27º66.36%43.14%-
HSV(B)10.27º79.78%71.76%-
XYZ21.5813.653.25-
YUV95.3395.09190.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=64.89%
G=21.99%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183623700.660.800.2810.2766.3643.14
HexB73E25042501Ca422b
Octal26776450102120341210253
Binary101101111111101001010100001010100001110010101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73e25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73e25; }

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

 H1.HeaderClassName
 {
   color: #b73e25;
 }
 .AnyTagClassName
 {
   color: #b73e25;
 }
</style>
background-color css

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

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

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

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

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

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