#B73535

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

Shades of Medium Carmine #B73535

Tints of Medium Carmine #B73535

Color information

#B73535 (or 0xB73535) is unknown color: approx Medium Carmine. HEX triplet: B7, 35 and 35. RGB value is (183,53,53). Sum of RGB (Red+Green+Blue) = 183+53+53=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73535 is #48CACA. Grayscale: #5C5C5C. Windows color (decimal): -4770507 or 3487159. OLE color: 3487159.

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

Color convert

RGB1835353-
CMYK00.710.710.28
HSL55.08%46.27%-
HSV(B)71.04%71.76%-
XYZ21.4412.874.72-
YUV91.87106.07193-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=63.32%
G=18.34%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183535300.710.710.28055.0846.27
HexB73535047471C0372e
Octal267656501071073406756
Binary10110111110101110101010001111000111111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73535; }

 p { color: rgb(183,53,53); }

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

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

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

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

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

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

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