Html Css Color HEX #A60F29 Carmine

📋 copy color: '#A60F29'

red 166 ◦ green 15 ◦ blue 41

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

Shades of Carmine #A60F29

Tints of Carmine #A60F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

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

R = 74.77%
G = 6.76%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A60F29 (or 0xA60F29) is known color: Carmine. HEX triplet: A6, 0F and 29. RGB value is (166,15,41). Sum of RGB (Red+Green+Blue) = 166+15+41=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F29 is #59F0D6. Grayscale: #3F3F3F. Windows color (decimal): -5894359 or 2690982. OLE color: 2690982.

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

Color convert

RGB 166 15 41 -
CMYK 0 0.91 0.75 0.35
HSL 349.67º 0.83% 0.35% -
HSV(B) 349.67º 0.91% 0.65% -
XYZ 16.3 8.61 2.9 -
YUV 63.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 166 15 41 0 0.91 0.75 0.35 349.67 0.83 0.35
Hex A6 F 29 0 5B 4B 23 15E 53 23
Octal 246 17 51 0 133 113 43 536 123 43
Binary 10100110 1111 101001 0 1011011 1001011 100011 101011110 1010011 100011

Color Harmonies of #A60F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F29

Black with #A60F29

Text Example


Text Example

White with #A60F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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