Html Css Color HEX #A61027 Carmine

📋 copy color: '#A61027'

red 166 ◦ green 16 ◦ blue 39

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

Shades of Carmine #A61027

Tints of Carmine #A61027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 75.11%
G = 7.24%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A61027 (or 0xA61027) is known color: Carmine. HEX triplet: A6, 10 and 27. RGB value is (166,16,39). Sum of RGB (Red+Green+Blue) = 166+16+39=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61027 is #59EFD8. Grayscale: #3F3F3F. Windows color (decimal): -5894105 or 2560166. OLE color: 2560166.

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

Color convert

RGB 166 16 39 -
CMYK 0 0.90 0.77 0.35
HSL 350.8º 0.82% 0.36% -
HSV(B) 350.8º 0.9% 0.65% -
XYZ 16.28 8.62 2.73 -
YUV 63.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 166 16 39 0 0.90 0.77 0.35 350.8 0.82 0.36
Hex A6 10 27 0 5A 4D 23 15F 52 24
Octal 246 20 47 0 132 115 43 537 122 44
Binary 10100110 10000 100111 0 1011010 1001101 100011 101011111 1010010 100100

Color Harmonies of #A61027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61027

Black with #A61027

Text Example


Text Example

White with #A61027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61027; }

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

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

background-color css

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

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

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

border-color css

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

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

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