#A4103B

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

Shades of Cardinal #A4103B

Tints of Cardinal #A4103B

Color information

#A4103B (or 0xA4103B) is unknown color: approx Cardinal. HEX triplet: A4, 10 and 3B. RGB value is (164,16,59). Sum of RGB (Red+Green+Blue) = 164+16+59=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A4103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4103B is #5BEFC4. Grayscale: #414141. Windows color (decimal): -6025157 or 3870884. OLE color: 3870884.

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

Color convert

RGB1641659-
CMYK00.900.640.36
HSL342.57º82.22%35.29%-
HSV(B)342.57º90.24%64.31%-
XYZ16.288.584.94-
YUV65.15124.53198.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.62%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=68.62%
G=6.69%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164165900.900.640.36342.5782.2235.29
HexA4103B05A40241575223
Octal244207301321004452712243
Binary10100100100001110110101101010000001001001010101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4103B; }

 p { color: rgb(164,16,59); }

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

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

 a { background-color: rgb(164,16,59); }

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

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

 span { border-color: rgb(164,16,59); }

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