#A60B3A

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

Shades of Cardinal #A60B3A

Tints of Cardinal #A60B3A

Color information

#A60B3A (or 0xA60B3A) is unknown color: approx Cardinal. HEX triplet: A6, 0B and 3A. RGB value is (166,11,58). Sum of RGB (Red+Green+Blue) = 166+11+58=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B3A is #59F4C5. Grayscale: #3E3E3E. Windows color (decimal): -5895366 or 3804070. OLE color: 3804070.

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

Color convert

RGB1661158-
CMYK00.930.650.35
HSL341.81º87.57%34.71%-
HSV(B)341.81º93.37%65.1%-
XYZ16.618.654.8-
YUV62.7125.35201.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.64%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=70.64%
G=4.68%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166115800.930.650.35341.8187.5734.71
HexA6B3A05D41231565823
Octal246137201351014352613043
Binary1010011010111110100101110110000011000111010101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B3A; }

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

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

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

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

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

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

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

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