Html Css Color HEX #A60C26 Carmine

📋 copy color: '#A60C26'

red 166 ◦ green 12 ◦ blue 38

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

Shades of Carmine #A60C26

Tints of Carmine #A60C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.59%

R = 76.85%
G = 5.56%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A60C26 (or 0xA60C26) is known color: Carmine. HEX triplet: A6, 0C and 26. RGB value is (166,12,38). Sum of RGB (Red+Green+Blue) = 166+12+38=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C26 is #59F3D9. Grayscale: #3D3D3D. Windows color (decimal): -5895130 or 2493606. OLE color: 2493606.

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

Color convert

RGB 166 12 38 -
CMYK 0 0.93 0.77 0.35
HSL 349.87º 0.87% 0.35% -
HSV(B) 349.87º 0.93% 0.65% -
XYZ 16.21 8.51 2.62 -
YUV 61.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 166 12 38 0 0.93 0.77 0.35 349.87 0.87 0.35
Hex A6 C 26 0 5D 4D 23 15E 57 23
Octal 246 14 46 0 135 115 43 536 127 43
Binary 10100110 1100 100110 0 1011101 1001101 100011 101011110 1010111 100011

Color Harmonies of #A60C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C26

Black with #A60C26

Text Example


Text Example

White with #A60C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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