Html Css Color HEX #A61129 Carmine

📋 copy color: '#A61129'

red 166 ◦ green 17 ◦ blue 41

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

Shades of Carmine #A61129

Tints of Carmine #A61129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

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

R = 74.11%
G = 7.59%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A61129 (or 0xA61129) is known color: Carmine. HEX triplet: A6, 11 and 29. RGB value is (166,17,41). Sum of RGB (Red+Green+Blue) = 166+17+41=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A61129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61129 is #59EED6. Grayscale: #404040. Windows color (decimal): -5893847 or 2691494. OLE color: 2691494.

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

Color convert

RGB 166 17 41 -
CMYK 0 0.90 0.75 0.35
HSL 350.34º 0.81% 0.36% -
HSV(B) 350.34º 0.9% 0.65% -
XYZ 16.33 8.67 2.91 -
YUV 64.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 166 17 41 0 0.90 0.75 0.35 350.34 0.81 0.36
Hex A6 11 29 0 5A 4B 23 15E 51 24
Octal 246 21 51 0 132 113 43 536 121 44
Binary 10100110 10001 101001 0 1011010 1001011 100011 101011110 1010001 100100

Color Harmonies of #A61129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61129

Black with #A61129

Text Example


Text Example

White with #A61129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61129; }

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

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

background-color css

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

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

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

border-color css

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

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

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