#A00633

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

Shades of Carmine #A00633

Tints of Carmine #A00633

Color information

#A00633 (or 0xA00633) is unknown color: approx Carmine. HEX triplet: A0, 06 and 33. RGB value is (160,6,51). Sum of RGB (Red+Green+Blue) = 160+6+51=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00633 is #5FF9CC. Grayscale: #393939. Windows color (decimal): -6289869 or 3344032. OLE color: 3344032.

HSL color Cylindrical-coordinate representation of color #A00633: hue angle of 342.47º 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 #A00633 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB160651-
CMYK00.960.680.37
HSL342.47º92.77%32.55%-
HSV(B)342.47º96.25%62.75%-
XYZ15.167.843.85-
YUV57.18124.52201.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=73.73%
G=2.76%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16065100.960.680.37342.4792.7732.55
HexA063306044251565d21
Octal24066301401044552613541
Binary101000001101100110110000010001001001011010101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00633; }

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

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

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

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

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

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

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

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