#A00833

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

Shades of Carmine #A00833

Tints of Carmine #A00833

Color information

#A00833 (or 0xA00833) is unknown color: approx Carmine. HEX triplet: A0, 08 and 33. RGB value is (160,8,51). Sum of RGB (Red+Green+Blue) = 160+8+51=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A00833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00833 is #5FF7CC. Grayscale: #3A3A3A. Windows color (decimal): -6289357 or 3344544. OLE color: 3344544.

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

Color convert

RGB160851-
CMYK00.950.680.37
HSL343.03º90.48%32.94%-
HSV(B)343.03º95%62.75%-
XYZ15.187.893.85-
YUV58.35123.86200.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=73.06%
G=3.65%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16085100.950.680.37343.0390.4832.94
HexA083305F44251575a21
Octal240106301371044552713241
Binary1010000010001100110101111110001001001011010101111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00833; }

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

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

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

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

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

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

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

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