#A90133

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

Shades of Carmine #A90133

Tints of Carmine #A90133

Color information

#A90133 (or 0xA90133) is unknown color: approx Carmine. HEX triplet: A9, 01 and 33. RGB value is (169,1,51). Sum of RGB (Red+Green+Blue) = 169+1+51=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A90133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90133 is #56FECC. Grayscale: #383838. Windows color (decimal): -5701325 or 3342761. OLE color: 3342761.

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

Color convert

RGB169151-
CMYK00.990.700.34
HSL342.14º98.82%33.33%-
HSV(B)342.14º99.41%66.27%-
XYZ16.978.73.92-
YUV56.93124.66207.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.47%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=76.47%
G=0.45%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915100.990.700.34342.1498.8233.33
HexA913306346221566321
Octal25116301431064252614341
Binary1010100111100110110001110001101000101010101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90133; }

 p { color: rgb(169,1,51); }

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

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

 a { background-color: rgb(169,1,51); }

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

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

 span { border-color: rgb(169,1,51); }

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