#A90228

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

Shades of Carmine #A90228

Tints of Carmine #A90228

Color information

#A90228 (or 0xA90228) is unknown color: approx Carmine. HEX triplet: A9, 02 and 28. RGB value is (169,2,40). Sum of RGB (Red+Green+Blue) = 169+2+40=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A90228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90228 is #56FDD7. Grayscale: #383838. Windows color (decimal): -5701080 or 2622121. OLE color: 2622121.

HSL color Cylindrical-coordinate representation of color #A90228: hue angle of 346.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90228 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB169240-
CMYK00.990.760.34
HSL346.35º97.66%33.53%-
HSV(B)346.35º98.82%66.27%-
XYZ16.778.632.79-
YUV56.26118.83208.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.09%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=80.09%
G=0.95%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16924000.990.760.34346.3597.6633.53
HexA92280634C2215a6222
Octal25125001431144253214242
Binary10101001101010000110001110011001000101010110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90228; }

 p { color: rgb(169,2,40); }

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

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

 a { background-color: rgb(169,2,40); }

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

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

 span { border-color: rgb(169,2,40); }

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