#A30527

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

Shades of Carmine #A30527

Tints of Carmine #A30527

Color information

#A30527 (or 0xA30527) is unknown color: approx Carmine. HEX triplet: A3, 05 and 27. RGB value is (163,5,39). Sum of RGB (Red+Green+Blue) = 163+5+39=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A30527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30527 is #5CFAD8. Grayscale: #383838. Windows color (decimal): -6093529 or 2557347. OLE color: 2557347.

HSL color Cylindrical-coordinate representation of color #A30527: hue angle of 347.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30527 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB163539-
CMYK00.970.760.36
HSL347.09º94.05%32.94%-
HSV(B)347.09º96.93%63.92%-
XYZ15.528.042.65-
YUV56.12118.35204.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 78.74%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=78.74%
G=2.42%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16353900.970.760.36347.0994.0532.94
HexA35270614C2415b5e21
Octal24354701411144453313641
Binary101000111011001110110000110011001001001010110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30527; }

 p { color: rgb(163,5,39); }

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

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

 a { background-color: rgb(163,5,39); }

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

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

 span { border-color: rgb(163,5,39); }

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