#A6153A

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

Shades of Cardinal #A6153A

Tints of Cardinal #A6153A

Color information

#A6153A (or 0xA6153A) is unknown color: approx Cardinal. HEX triplet: A6, 15 and 3A. RGB value is (166,21,58). Sum of RGB (Red+Green+Blue) = 166+21+58=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6153A is #59EAC5. Grayscale: #444444. Windows color (decimal): -5892806 or 3806630. OLE color: 3806630.

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

Color convert

RGB1662158-
CMYK00.870.650.35
HSL344.69º77.54%36.67%-
HSV(B)344.69º87.35%65.1%-
XYZ16.768.954.85-
YUV68.57122.04197.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=67.76%
G=8.57%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166215800.870.650.35344.6977.5436.67
HexA6153A05741231594e25
Octal246257201271014353111645
Binary10100110101011110100101011110000011000111010110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6153A; }

 p { color: rgb(166,21,58); }

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

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

 a { background-color: rgb(166,21,58); }

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

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

 span { border-color: rgb(166,21,58); }

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