Html Css Color HEX #A60728 Carmine

📋 copy color: '#A60728'

red 166 ◦ green 7 ◦ blue 40

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

Shades of Carmine #A60728

Tints of Carmine #A60728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 77.93%
G = 3.29%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A60728 (or 0xA60728) is known color: Carmine. HEX triplet: A6, 07 and 28. RGB value is (166,7,40). Sum of RGB (Red+Green+Blue) = 166+7+40=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A60728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60728 is #59F8D7. Grayscale: #3A3A3A. Windows color (decimal): -5896408 or 2623398. OLE color: 2623398.

HSL color Cylindrical-coordinate representation of color #A60728: hue angle of 347.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60728 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 7 40 -
CMYK 0 0.96 0.76 0.35
HSL 347.55º 0.92% 0.34% -
HSV(B) 347.55º 0.96% 0.65% -
XYZ 16.18 8.41 2.78 -
YUV 58.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 166 7 40 0 0.96 0.76 0.35 347.55 0.92 0.34
Hex A6 7 28 0 60 4C 23 15C 5C 22
Octal 246 7 50 0 140 114 43 534 134 42
Binary 10100110 111 101000 0 1100000 1001100 100011 101011100 1011100 100010

Color Harmonies of #A60728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60728

Black with #A60728

Text Example


Text Example

White with #A60728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60728; }

 p { color: rgb(166,7,40); }

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

background-color css

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

 a { background-color: rgb(166,7,40); }

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

border-color css

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

 span { border-color: rgb(166,7,40); }

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