#A30724

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

Shades of Carmine #A30724

Tints of Carmine #A30724

Color information

#A30724 (or 0xA30724) is unknown color: approx Carmine. HEX triplet: A3, 07 and 24. RGB value is (163,7,36). Sum of RGB (Red+Green+Blue) = 163+7+36=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A30724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30724 is #5CF8DB. Grayscale: #383838. Windows color (decimal): -6093020 or 2361251. OLE color: 2361251.

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

Color convert

RGB163736-
CMYK00.960.780.36
HSL348.85º91.76%33.33%-
HSV(B)348.85º95.71%63.92%-
XYZ15.58.072.41-
YUV56.95116.18203.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.13%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=79.13%
G=3.40%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16373600.960.780.36348.8591.7633.33
HexA37240604E2415d5c21
Octal24374401401164453513441
Binary101000111111001000110000010011101001001010111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30724; }

 p { color: rgb(163,7,36); }

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

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

 a { background-color: rgb(163,7,36); }

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

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

 span { border-color: rgb(163,7,36); }

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