#A70D36

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

Shades of Cardinal #A70D36

Tints of Cardinal #A70D36

Color information

#A70D36 (or 0xA70D36) is unknown color: approx Cardinal. HEX triplet: A7, 0D and 36. RGB value is (167,13,54). Sum of RGB (Red+Green+Blue) = 167+13+54=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70D36 is #58F2C9. Grayscale: #3F3F3F. Windows color (decimal): -5829322 or 3542439. OLE color: 3542439.

HSL color Cylindrical-coordinate representation of color #A70D36: hue angle of 344.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70D36 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1671354-
CMYK00.920.680.35
HSL344.03º85.56%35.29%-
HSV(B)344.03º92.22%65.49%-
XYZ16.758.774.3-
YUV63.72122.52201.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.37%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=71.37%
G=5.56%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167135400.920.680.35344.0385.5635.29
HexA7D3605C44231585623
Octal247156601341044353012643
Binary1010011111011101100101110010001001000111010110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70D36; }

 p { color: rgb(167,13,54); }

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

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

 a { background-color: rgb(167,13,54); }

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

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

 span { border-color: rgb(167,13,54); }

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