#A70735

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

Shades of Carmine #A70735

Tints of Carmine #A70735

Color information

#A70735 (or 0xA70735) is unknown color: approx Carmine. HEX triplet: A7, 07 and 35. RGB value is (167,7,53). Sum of RGB (Red+Green+Blue) = 167+7+53=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A70735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70735 is #58F8CA. Grayscale: #3C3C3C. Windows color (decimal): -5830859 or 3475367. OLE color: 3475367.

HSL color Cylindrical-coordinate representation of color #A70735: hue angle of 342.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70735 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB167753-
CMYK00.960.680.35
HSL342.75º91.95%34.12%-
HSV(B)342.75º95.81%65.49%-
XYZ16.658.624.16-
YUV60.08124.01204.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.57%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=73.57%
G=3.08%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16775300.960.680.35342.7591.9534.12
HexA773506044231575c22
Octal24776501401044352713442
Binary101001111111101010110000010001001000111010101111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70735; }

 p { color: rgb(167,7,53); }

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

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

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

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

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

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

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