#A60F3E

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

Shades of Cardinal #A60F3E

Tints of Cardinal #A60F3E

Color information

#A60F3E (or 0xA60F3E) is unknown color: approx Cardinal. HEX triplet: A6, 0F and 3E. RGB value is (166,15,62). Sum of RGB (Red+Green+Blue) = 166+15+62=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F3E is #59F0C1. Grayscale: #414141. Windows color (decimal): -5894338 or 4067238. OLE color: 4067238.

HSL color Cylindrical-coordinate representation of color #A60F3E: hue angle of 341.32º 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 #A60F3E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1661562-
CMYK00.910.630.35
HSL341.32º83.43%35.49%-
HSV(B)341.32º90.96%65.1%-
XYZ16.778.85.37-
YUV65.51126.03199.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.31%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=68.31%
G=6.17%
B=25.51%

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
Decimal166156200.910.630.35341.3283.4335.49
HexA6F3E05B3F231555323
Octal24617760133774352512343
Binary101001101111111110010110111111111000111010101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60F3E; }

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

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

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

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

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

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

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

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