Html Css Color HEX #A60C2E Carmine

📋 copy color: '#A60C2E'

red 166 ◦ green 12 ◦ blue 46

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

Shades of Carmine #A60C2E

Tints of Carmine #A60C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 74.11%
G = 5.36%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A60C2E (or 0xA60C2E) is known color: Carmine. HEX triplet: A6, 0C and 2E. RGB value is (166,12,46). Sum of RGB (Red+Green+Blue) = 166+12+46=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C2E is #59F3D1. Grayscale: #3D3D3D. Windows color (decimal): -5895122 or 3017894. OLE color: 3017894.

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

Color convert

RGB 166 12 46 -
CMYK 0 0.93 0.72 0.35
HSL 346.75º 0.87% 0.35% -
HSV(B) 346.75º 0.93% 0.65% -
XYZ 16.35 8.57 3.38 -
YUV 61.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 166 12 46 0 0.93 0.72 0.35 346.75 0.87 0.35
Hex A6 C 2E 0 5D 48 23 15B 57 23
Octal 246 14 56 0 135 110 43 533 127 43
Binary 10100110 1100 101110 0 1011101 1001000 100011 101011011 1010111 100011

Color Harmonies of #A60C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C2E

Black with #A60C2E

Text Example


Text Example

White with #A60C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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