Html Css Color HEX #A60C2D Carmine

📋 copy color: '#A60C2D'

red 166 ◦ green 12 ◦ blue 45

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

Shades of Carmine #A60C2D

Tints of Carmine #A60C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 74.44%
G = 5.38%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A60C2D (or 0xA60C2D) is known color: Carmine. HEX triplet: A6, 0C and 2D. RGB value is (166,12,45). Sum of RGB (Red+Green+Blue) = 166+12+45=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C2D is #59F3D2. Grayscale: #3D3D3D. Windows color (decimal): -5895123 or 2952358. OLE color: 2952358.

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

Color convert

RGB 166 12 45 -
CMYK 0 0.93 0.73 0.35
HSL 347.14º 0.87% 0.35% -
HSV(B) 347.14º 0.93% 0.65% -
XYZ 16.33 8.56 3.27 -
YUV 61.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 166 12 45 0 0.93 0.73 0.35 347.14 0.87 0.35
Hex A6 C 2D 0 5D 49 23 15B 57 23
Octal 246 14 55 0 135 111 43 533 127 43
Binary 10100110 1100 101101 0 1011101 1001001 100011 101011011 1010111 100011

Color Harmonies of #A60C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C2D

Black with #A60C2D

Text Example


Text Example

White with #A60C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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