Html Css Color HEX #A60327 Carmine

📋 copy color: '#A60327'

red 166 ◦ green 3 ◦ blue 39

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

Shades of Carmine #A60327

Tints of Carmine #A60327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 79.81%
G = 1.44%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A60327 (or 0xA60327) is known color: Carmine. HEX triplet: A6, 03 and 27. RGB value is (166,3,39). Sum of RGB (Red+Green+Blue) = 166+3+39=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A60327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60327 is #59FCD8. Grayscale: #373737. Windows color (decimal): -5897433 or 2556838. OLE color: 2556838.

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

Color convert

RGB 166 3 39 -
CMYK 0 0.98 0.77 0.35
HSL 346.75º 0.96% 0.33% -
HSV(B) 346.75º 0.98% 0.65% -
XYZ 16.12 8.32 2.68 -
YUV 55.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 166 3 39 0 0.98 0.77 0.35 346.75 0.96 0.33
Hex A6 3 27 0 62 4D 23 15B 60 21
Octal 246 3 47 0 142 115 43 533 140 41
Binary 10100110 11 100111 0 1100010 1001101 100011 101011011 1100000 100001

Color Harmonies of #A60327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60327

Black with #A60327

Text Example


Text Example

White with #A60327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60327; }

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

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

background-color css

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

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

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

border-color css

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

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

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