#A70030

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

Shades of Carmine #A70030

Tints of Carmine #A70030

Color information

#A70030 (or 0xA70030) is unknown color: approx Carmine. HEX triplet: A7, 00 and 30. RGB value is (167,0,48). Sum of RGB (Red+Green+Blue) = 167+0+48=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A70030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70030 is #58FFCF. Grayscale: #373737. Windows color (decimal): -5832656 or 3145895. OLE color: 3145895.

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

Color convert

RGB167048-
CMYK010.710.35
HSL342.75º100%32.75%-
HSV(B)342.75º100%65.49%-
XYZ16.478.433.56-
YUV55.4123.83207.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 77.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=77.67%
G=0%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167048010.710.35342.7510032.75
HexA703006447231576421
Octal24706001441074352714441
Binary1010011101100000110010010001111000111010101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70030; }

 p { color: rgb(167,0,48); }

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

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

 a { background-color: rgb(167,0,48); }

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

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

 span { border-color: rgb(167,0,48); }

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