#B73B25

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

Shades of Medium Carmine #B73B25

Tints of Medium Carmine #B73B25

Color information

#B73B25 (or 0xB73B25) is unknown color: approx Medium Carmine. HEX triplet: B7, 3B and 25. RGB value is (183,59,37). Sum of RGB (Red+Green+Blue) = 183+59+37=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B25 is #48C4DA. Grayscale: #5D5D5D. Windows color (decimal): -4768987 or 2440119. OLE color: 2440119.

HSL color Cylindrical-coordinate representation of color #B73B25: hue angle of 9.04º 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 #B73B25 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1835937-
CMYK00.680.800.28
HSL9.04º66.36%43.14%-
HSV(B)9.04º79.78%71.76%-
XYZ21.4313.333.19-
YUV93.5796.08191.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=65.59%
G=21.15%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183593700.680.800.289.0466.3643.14
HexB73B25044501C9422b
Octal26773450104120341110253
Binary101101111110111001010100010010100001110010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B25; }

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

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

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

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

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

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

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

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