Html Css Color HEX #A60C3C Cardinal

📋 copy color: '#A60C3C'

red 166 ◦ green 12 ◦ blue 60

#A60C3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #A60C3C

Tints of Cardinal #A60C3C

RGB

 RED value IS 166 (65.23% from 255) = 69.75%

 GREEN value IS 12 (5.08% from 255) = 5.04%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 69.75%
G = 5.04%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A60C3C (or 0xA60C3C) is known color: Cardinal. HEX triplet: A6, 0C and 3C. RGB value is (166,12,60). Sum of RGB (Red+Green+Blue) = 166+12+60=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C3C is #59F3C3. Grayscale: #3F3F3F. Windows color (decimal): -5895108 or 3935398. OLE color: 3935398.

HSL color Cylindrical-coordinate representation of color #A60C3C: hue angle of 341.3º degrees, saturation: 0.87, 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 #A60C3C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 12 60 -
CMYK 0 0.93 0.64 0.35
HSL 341.3º 0.87% 0.35% -
HSV(B) 341.3º 0.93% 0.65% -
XYZ 16.67 8.7 5.07 -
YUV 63.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 166 12 60 0 0.93 0.64 0.35 341.3 0.87 0.35
Hex A6 C 3C 0 5D 40 23 155 57 23
Octal 246 14 74 0 135 100 43 525 127 43
Binary 10100110 1100 111100 0 1011101 1000000 100011 101010101 1010111 100011

Color Harmonies of #A60C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C3C

Black with #A60C3C

Text Example


Text Example

White with #A60C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C3C; }

 p { color: rgb(166,12,60); }

 H1.HeaderClassName
 {
   color: #A60C3C;
 }
 .AnyTagClassName
 {
   color: #A60C3C;
 }
</style>

background-color css

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

 a { background-color: rgb(166,12,60); }

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

border-color css

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

 span { border-color: rgb(166,12,60); }

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