#A00622

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

Shades of Carmine #A00622

Tints of Carmine #A00622

Color information

#A00622 (or 0xA00622) is unknown color: approx Carmine. HEX triplet: A0, 06 and 22. RGB value is (160,6,34). Sum of RGB (Red+Green+Blue) = 160+6+34=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A00622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00622 is #5FF9DD. Grayscale: #373737. Windows color (decimal): -6289886 or 2229920. OLE color: 2229920.

HSL color Cylindrical-coordinate representation of color #A00622: hue angle of 349.09º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00622 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB160634-
CMYK00.960.790.37
HSL349.09º92.77%32.55%-
HSV(B)349.09º96.25%62.75%-
XYZ14.857.722.22-
YUV55.24116.02202.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 34 (13.67% from 255) = 17%
R=80%
G=3%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16063400.960.790.37349.0992.7732.55
HexA06220604F2515d5d21
Octal24064201401174553513541
Binary101000001101000100110000010011111001011010111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00622; }

 p { color: rgb(160,6,34); }

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

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

 a { background-color: rgb(160,6,34); }

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

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

 span { border-color: rgb(160,6,34); }

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