Html Css Color HEX #A60829 Carmine

📋 copy color: '#A60829'

red 166 ◦ green 8 ◦ blue 41

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

Shades of Carmine #A60829

Tints of Carmine #A60829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 77.21%
G = 3.72%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A60829 (or 0xA60829) is known color: Carmine. HEX triplet: A6, 08 and 29. RGB value is (166,8,41). Sum of RGB (Red+Green+Blue) = 166+8+41=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A60829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60829 is #59F7D6. Grayscale: #3B3B3B. Windows color (decimal): -5896151 or 2689190. OLE color: 2689190.

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

Color convert

RGB 166 8 41 -
CMYK 0 0.95 0.75 0.35
HSL 347.47º 0.91% 0.34% -
HSV(B) 347.47º 0.95% 0.65% -
XYZ 16.21 8.44 2.87 -
YUV 59 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 166 8 41 0 0.95 0.75 0.35 347.47 0.91 0.34
Hex A6 8 29 0 5F 4B 23 15B 5B 22
Octal 246 10 51 0 137 113 43 533 133 42
Binary 10100110 1000 101001 0 1011111 1001011 100011 101011011 1011011 100010

Color Harmonies of #A60829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60829

Black with #A60829

Text Example


Text Example

White with #A60829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60829; }

 p { color: rgb(166,8,41); }

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

background-color css

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

 a { background-color: rgb(166,8,41); }

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

border-color css

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

 span { border-color: rgb(166,8,41); }

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