Html Css Color HEX #A60239 Carmine

📋 copy color: '#A60239'

red 166 ◦ green 2 ◦ blue 57

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

Shades of Carmine #A60239

Tints of Carmine #A60239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 73.78%
G = 0.89%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A60239 (or 0xA60239) is known color: Carmine. HEX triplet: A6, 02 and 39. RGB value is (166,2,57). Sum of RGB (Red+Green+Blue) = 166+2+57=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A60239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60239 is #59FDC6. Grayscale: #393939. Windows color (decimal): -5897671 or 3736230. OLE color: 3736230.

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

Color convert

RGB 166 2 57 -
CMYK 0 0.99 0.66 0.35
HSL 339.88º 0.98% 0.33% -
HSV(B) 339.88º 0.99% 0.65% -
XYZ 16.49 8.45 4.63 -
YUV 57.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 166 2 57 0 0.99 0.66 0.35 339.88 0.98 0.33
Hex A6 2 39 0 63 42 23 154 62 21
Octal 246 2 71 0 143 102 43 524 142 41
Binary 10100110 10 111001 0 1100011 1000010 100011 101010100 1100010 100001

Color Harmonies of #A60239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60239

Black with #A60239

Text Example


Text Example

White with #A60239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60239; }

 p { color: rgb(166,2,57); }

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

background-color css

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

 a { background-color: rgb(166,2,57); }

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

border-color css

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

 span { border-color: rgb(166,2,57); }

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