#a00f33

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

Shades of Carmine #A00F33

Tints of Carmine #A00F33

Color information

#A00F33 (or 0xA00F33) is unknown color: approx Carmine. HEX triplet: A0, 0F and 33. RGB value is (160,15,51). Sum of RGB (Red+Green+Blue) = 160+15+51=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F33 is #5FF0CC. Grayscale: #3E3E3E. Windows color (decimal): -6287565 or 3346336. OLE color: 3346336.

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

Color convert

RGB1601551-
CMYK00.910.680.37
HSL345.1º82.86%34.31%-
HSV(B)345.1º90.62%62.75%-
XYZ15.278.053.88-
YUV62.46121.54197.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.80%
GREEN value IS 15 (6.25% from 255) = 6.64%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=70.80%
G=6.64%
B=22.57%

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
Decimal160155100.910.680.37345.182.8634.31
HexA0F3305B44251595322
Octal240176301331044553112342
Binary1010000011111100110101101110001001001011010110011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a00f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a00f33; }

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

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

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

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

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

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

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

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