Html Css Color HEX #A61029 Carmine

📋 copy color: '#A61029'

red 166 ◦ green 16 ◦ blue 41

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

Shades of Carmine #A61029

Tints of Carmine #A61029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

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

R = 74.44%
G = 7.17%
B = 18.39%

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

#A61029 (or 0xA61029) is known color: Carmine. HEX triplet: A6, 10 and 29. RGB value is (166,16,41). Sum of RGB (Red+Green+Blue) = 166+16+41=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A61029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61029 is #59EFD6. Grayscale: #3F3F3F. Windows color (decimal): -5894103 or 2691238. OLE color: 2691238.

HSL color Cylindrical-coordinate representation of color #A61029: hue angle of 350º degrees, saturation: 0.82, 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 #A61029 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 41 -
CMYK 0 0.90 0.75 0.35
HSL 350º 0.82% 0.36% -
HSV(B) 350º 0.9% 0.65% -
XYZ 16.31 8.64 2.91 -
YUV 63.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 166 16 41 0 0.90 0.75 0.35 350 0.82 0.36
Hex A6 10 29 0 5A 4B 23 15E 52 24
Octal 246 20 51 0 132 113 43 536 122 44
Binary 10100110 10000 101001 0 1011010 1001011 100011 101011110 1010010 100100

Color Harmonies of #A61029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61029

Black with #A61029

Text Example


Text Example

White with #A61029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61029; }

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

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

background-color css

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

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

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

border-color css

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

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

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