#A7123E

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

Shades of Cardinal #A7123E

Tints of Cardinal #A7123E

Color information

#A7123E (or 0xA7123E) is unknown color: approx Cardinal. HEX triplet: A7, 12 and 3E. RGB value is (167,18,62). Sum of RGB (Red+Green+Blue) = 167+18+62=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7123E is #58EDC1. Grayscale: #434343. Windows color (decimal): -5828034 or 4068007. OLE color: 4068007.

HSL color Cylindrical-coordinate representation of color #A7123E: hue angle of 342.28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7123E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1671862-
CMYK00.890.630.35
HSL342.28º80.54%36.27%-
HSV(B)342.28º89.22%65.49%-
XYZ17.0295.4-
YUV67.57124.86198.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.61%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=67.61%
G=7.29%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167186200.890.630.35342.2880.5436.27
HexA7123E0593F231565124
Octal24722760131774352612144
Binary1010011110010111110010110011111111000111010101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7123E; }

 p { color: rgb(167,18,62); }

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

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

 a { background-color: rgb(167,18,62); }

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

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

 span { border-color: rgb(167,18,62); }

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