Html Css Color HEX #A60F3C Cardinal

📋 copy color: '#A60F3C'

red 166 ◦ green 15 ◦ blue 60

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

Shades of Cardinal #A60F3C

Tints of Cardinal #A60F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

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

R = 68.88%
G = 6.22%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A60F3C (or 0xA60F3C) is known color: Cardinal. HEX triplet: A6, 0F and 3C. RGB value is (166,15,60). Sum of RGB (Red+Green+Blue) = 166+15+60=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F3C is #59F0C3. Grayscale: #414141. Windows color (decimal): -5894340 or 3936166. OLE color: 3936166.

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

Color convert

RGB 166 15 60 -
CMYK 0 0.91 0.64 0.35
HSL 342.12º 0.83% 0.35% -
HSV(B) 342.12º 0.91% 0.65% -
XYZ 16.71 8.77 5.09 -
YUV 65.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 166 15 60 0 0.91 0.64 0.35 342.12 0.83 0.35
Hex A6 F 3C 0 5B 40 23 156 53 23
Octal 246 17 74 0 133 100 43 526 123 43
Binary 10100110 1111 111100 0 1011011 1000000 100011 101010110 1010011 100011

Color Harmonies of #A60F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F3C

Black with #A60F3C

Text Example


Text Example

White with #A60F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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