#A30927

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

Shades of Carmine #A30927

Tints of Carmine #A30927

Color information

#A30927 (or 0xA30927) is unknown color: approx Carmine. HEX triplet: A3, 09 and 27. RGB value is (163,9,39). Sum of RGB (Red+Green+Blue) = 163+9+39=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A30927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30927 is #5CF6D8. Grayscale: #3A3A3A. Windows color (decimal): -6092505 or 2558371. OLE color: 2558371.

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

Color convert

RGB163939-
CMYK00.940.760.36
HSL348.31º89.53%33.73%-
HSV(B)348.31º94.48%63.92%-
XYZ15.578.132.67-
YUV58.47117.02202.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.25%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=77.25%
G=4.27%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16393900.940.760.36348.3189.5333.73
HexA392705E4C2415c5a22
Octal243114701361144453413242
Binary1010001110011001110101111010011001001001010111001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30927; }

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

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

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

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

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

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

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

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