#A20233

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

Shades of Carmine #A20233

Tints of Carmine #A20233

Color information

#A20233 (or 0xA20233) is unknown color: approx Carmine. HEX triplet: A2, 02 and 33. RGB value is (162,2,51). Sum of RGB (Red+Green+Blue) = 162+2+51=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A20233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20233 is #5DFDCC. Grayscale: #373737. Windows color (decimal): -6159821 or 3343010. OLE color: 3343010.

HSL color Cylindrical-coordinate representation of color #A20233: hue angle of 341.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20233 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB162251-
CMYK00.990.690.36
HSL341.62º97.56%32.16%-
HSV(B)341.62º98.77%63.53%-
XYZ15.527.963.85-
YUV55.43125.51204.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=75.35%
G=0.93%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16225100.990.690.36341.6297.5632.16
HexA223306345241566220
Octal24226301431054452614240
Binary10100010101100110110001110001011001001010101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20233; }

 p { color: rgb(162,2,51); }

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

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

 a { background-color: rgb(162,2,51); }

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

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

 span { border-color: rgb(162,2,51); }

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