#A7113B

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

Shades of Cardinal #A7113B

Tints of Cardinal #A7113B

Color information

#A7113B (or 0xA7113B) is unknown color: approx Cardinal. HEX triplet: A7, 11 and 3B. RGB value is (167,17,59). Sum of RGB (Red+Green+Blue) = 167+17+59=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7113B is #58EEC4. Grayscale: #424242. Windows color (decimal): -5828293 or 3871143. OLE color: 3871143.

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

Color convert

RGB1671759-
CMYK00.900.650.35
HSL343.2º81.52%36.08%-
HSV(B)343.2º89.82%65.49%-
XYZ16.938.934.97-
YUV66.64123.7199.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=68.72%
G=7.00%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167175900.900.650.35343.281.5236.08
HexA7113B05A41231575224
Octal247217301321014352712244
Binary10100111100011110110101101010000011000111010101111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7113B; }

 p { color: rgb(167,17,59); }

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

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

 a { background-color: rgb(167,17,59); }

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

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

 span { border-color: rgb(167,17,59); }

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