#A60F3D

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

Shades of Cardinal #A60F3D

Tints of Cardinal #A60F3D

Color information

#A60F3D (or 0xA60F3D) is unknown color: approx Cardinal. HEX triplet: A6, 0F and 3D. RGB value is (166,15,61). Sum of RGB (Red+Green+Blue) = 166+15+61=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F3D is #59F0C2. Grayscale: #414141. Windows color (decimal): -5894339 or 4001702. OLE color: 4001702.

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

Color convert

RGB1661561-
CMYK00.910.630.35
HSL341.72º83.43%35.49%-
HSV(B)341.72º90.96%65.1%-
XYZ16.748.795.23-
YUV65.39125.53199.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.60%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=68.60%
G=6.20%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166156100.910.630.35341.7283.4335.49
HexA6F3D05B3F231565323
Octal24617750133774352612343
Binary101001101111111101010110111111111000111010101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60F3D; }

 p { color: rgb(166,15,61); }

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

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

 a { background-color: rgb(166,15,61); }

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

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

 span { border-color: rgb(166,15,61); }

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