#A90034

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

Shades of Carmine #A90034

Tints of Carmine #A90034

Color information

#A90034 (or 0xA90034) is unknown color: approx Carmine. HEX triplet: A9, 00 and 34. RGB value is (169,0,52). Sum of RGB (Red+Green+Blue) = 169+0+52=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A90034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90034 is #56FFCB. Grayscale: #383838. Windows color (decimal): -5701580 or 3408041. OLE color: 3408041.

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

Color convert

RGB169052-
CMYK010.690.34
HSL341.54º100%33.14%-
HSV(B)341.54º100%66.27%-
XYZ16.988.684.03-
YUV56.46125.49208.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=76.47%
G=0%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169052010.690.34341.5410033.14
HexA903406445221566421
Octal25106401441054252614441
Binary1010100101101000110010010001011000101010101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90034; }

 p { color: rgb(169,0,52); }

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

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

 a { background-color: rgb(169,0,52); }

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

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

 span { border-color: rgb(169,0,52); }

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