#A91D3E

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

Shades of Cardinal #A91D3E

Tints of Cardinal #A91D3E

Color information

#A91D3E (or 0xA91D3E) is unknown color: approx Cardinal. HEX triplet: A9, 1D and 3E. RGB value is (169,29,62). Sum of RGB (Red+Green+Blue) = 169+29+62=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91D3E is #56E2C1. Grayscale: #4A4A4A. Windows color (decimal): -5694146 or 4070825. OLE color: 4070825.

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

Color convert

RGB1692962-
CMYK00.830.630.34
HSL345.86º70.71%38.82%-
HSV(B)345.86º82.84%66.27%-
XYZ17.679.665.49-
YUV74.62120.88195.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65%
GREEN value IS 29 (11.72% from 255) = 11.15%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=65%
G=11.15%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169296200.830.630.34345.8670.7138.82
HexA91D3E0533F2215a4727
Octal25135760123774253210747
Binary1010100111101111110010100111111111000101010110101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91D3E; }

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

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

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

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

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

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

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

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