Html Css Color HEX #A60237 Carmine

📋 copy color: '#A60237'

red 166 ◦ green 2 ◦ blue 55

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

Shades of Carmine #A60237

Tints of Carmine #A60237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 74.44%
G = 0.9%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A60237 (or 0xA60237) is known color: Carmine. HEX triplet: A6, 02 and 37. RGB value is (166,2,55). Sum of RGB (Red+Green+Blue) = 166+2+55=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A60237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60237 is #59FDC8. Grayscale: #393939. Windows color (decimal): -5897673 or 3605158. OLE color: 3605158.

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

Color convert

RGB 166 2 55 -
CMYK 0 0.99 0.67 0.35
HSL 340.61º 0.98% 0.33% -
HSV(B) 340.61º 0.99% 0.65% -
XYZ 16.44 8.43 4.37 -
YUV 57.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 166 2 55 0 0.99 0.67 0.35 340.61 0.98 0.33
Hex A6 2 37 0 63 43 23 155 62 21
Octal 246 2 67 0 143 103 43 525 142 41
Binary 10100110 10 110111 0 1100011 1000011 100011 101010101 1100010 100001

Color Harmonies of #A60237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60237

Black with #A60237

Text Example


Text Example

White with #A60237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60237; }

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

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

background-color css

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

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

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

border-color css

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

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

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