#A00F34

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

Shades of Carmine #A00F34

Tints of Carmine #A00F34

Color information

#A00F34 (or 0xA00F34) is unknown color: approx Carmine. HEX triplet: A0, 0F and 34. RGB value is (160,15,52). Sum of RGB (Red+Green+Blue) = 160+15+52=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F34 is #5FF0CB. Grayscale: #3E3E3E. Windows color (decimal): -6287564 or 3411872. OLE color: 3411872.

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

Color convert

RGB1601552-
CMYK00.910.680.37
HSL344.69º82.86%34.31%-
HSV(B)344.69º90.62%62.75%-
XYZ15.298.064-
YUV62.57122.04197.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=70.48%
G=6.61%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160155200.910.680.37344.6982.8634.31
HexA0F3405B44251595322
Octal240176401331044553112342
Binary1010000011111101000101101110001001001011010110011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F34; }

 p { color: rgb(160,15,52); }

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

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

 a { background-color: rgb(160,15,52); }

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

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

 span { border-color: rgb(160,15,52); }

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