#A00838

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

Shades of Carmine #A00838

Tints of Carmine #A00838

Color information

#A00838 (or 0xA00838) is unknown color: approx Carmine. HEX triplet: A0, 08 and 38. RGB value is (160,8,56). Sum of RGB (Red+Green+Blue) = 160+8+56=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A00838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00838 is #5FF7C7. Grayscale: #3A3A3A. Windows color (decimal): -6289352 or 3672224. OLE color: 3672224.

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

Color convert

RGB160856-
CMYK00.950.650.37
HSL341.05º90.48%32.94%-
HSV(B)341.05º95%62.75%-
XYZ15.37.934.47-
YUV58.92126.36200.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 56 (22.27% from 255) = 25%
R=71.43%
G=3.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16085600.950.650.37341.0590.4832.94
HexA083805F41251555a21
Octal240107001371014552513241
Binary1010000010001110000101111110000011001011010101011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00838; }

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

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

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

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

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

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

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

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