Html Css Color HEX #A61327 Carmine

📋 copy color: '#A61327'

red 166 ◦ green 19 ◦ blue 39

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

Shades of Carmine #A61327

Tints of Carmine #A61327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 74.11%
G = 8.48%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A61327 (or 0xA61327) is known color: Carmine. HEX triplet: A6, 13 and 27. RGB value is (166,19,39). Sum of RGB (Red+Green+Blue) = 166+19+39=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A61327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61327 is #59ECD8. Grayscale: #414141. Windows color (decimal): -5893337 or 2560934. OLE color: 2560934.

HSL color Cylindrical-coordinate representation of color #A61327: hue angle of 351.84º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61327 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 39 -
CMYK 0 0.89 0.77 0.35
HSL 351.84º 0.79% 0.36% -
HSV(B) 351.84º 0.89% 0.65% -
XYZ 16.32 8.72 2.74 -
YUV 65.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 166 19 39 0 0.89 0.77 0.35 351.84 0.79 0.36
Hex A6 13 27 0 59 4D 23 160 4F 24
Octal 246 23 47 0 131 115 43 540 117 44
Binary 10100110 10011 100111 0 1011001 1001101 100011 101100000 1001111 100100

Color Harmonies of #A61327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61327

Black with #A61327

Text Example


Text Example

White with #A61327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61327; }

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

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

background-color css

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

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

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

border-color css

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

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

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