#A90D3E

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

Shades of Cardinal #A90D3E

Tints of Cardinal #A90D3E

Color information

#A90D3E (or 0xA90D3E) is unknown color: approx Cardinal. HEX triplet: A9, 0D and 3E. RGB value is (169,13,62). Sum of RGB (Red+Green+Blue) = 169+13+62=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90D3E is #56F2C1. Grayscale: #414141. Windows color (decimal): -5698242 or 4066729. OLE color: 4066729.

HSL color Cylindrical-coordinate representation of color #A90D3E: hue angle of 341.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90D3E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1691362-
CMYK00.920.630.34
HSL341.15º85.71%35.69%-
HSV(B)341.15º92.31%66.27%-
XYZ17.389.075.39-
YUV65.23126.18202.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.26%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=69.26%
G=5.33%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169136200.920.630.34341.1585.7135.69
HexA9D3E05C3F221555624
Octal25115760134774252512644
Binary101010011101111110010111001111111000101010101011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90D3E; }

 p { color: rgb(169,13,62); }

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

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

 a { background-color: rgb(169,13,62); }

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

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

 span { border-color: rgb(169,13,62); }

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