#B73527

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

Shades of Medium Carmine #B73527

Tints of Medium Carmine #B73527

Color information

#B73527 (or 0xB73527) is unknown color: approx Medium Carmine. HEX triplet: B7, 35 and 27. RGB value is (183,53,39). Sum of RGB (Red+Green+Blue) = 183+53+39=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73527 is #48CAD8. Grayscale: #5A5A5A. Windows color (decimal): -4770521 or 2569655. OLE color: 2569655.

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

Color convert

RGB1835339-
CMYK00.710.790.28
HSL5.83º64.86%43.53%-
HSV(B)5.83º78.69%71.76%-
XYZ21.1712.763.27-
YUV90.2799.07194.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.55%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=66.55%
G=19.27%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183533900.710.790.285.8364.8643.53
HexB735270474F1C6412c
Octal2676547010711734610154
Binary10110111110101100111010001111001111111001101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73527; }

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

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

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

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

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

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

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

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