Html Css Color HEX #A60225 Carmine

📋 copy color: '#A60225'

red 166 ◦ green 2 ◦ blue 37

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

Shades of Carmine #A60225

Tints of Carmine #A60225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 80.98%
G = 0.98%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A60225 (or 0xA60225) is known color: Carmine. HEX triplet: A6, 02 and 25. RGB value is (166,2,37). Sum of RGB (Red+Green+Blue) = 166+2+37=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A60225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60225 is #59FDDA. Grayscale: #373737. Windows color (decimal): -5897691 or 2425510. OLE color: 2425510.

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

Color convert

RGB 166 2 37 -
CMYK 0 0.99 0.78 0.35
HSL 347.2º 0.98% 0.33% -
HSV(B) 347.2º 0.99% 0.65% -
XYZ 16.08 8.28 2.5 -
YUV 55.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 166 2 37 0 0.99 0.78 0.35 347.2 0.98 0.33
Hex A6 2 25 0 63 4E 23 15B 62 21
Octal 246 2 45 0 143 116 43 533 142 41
Binary 10100110 10 100101 0 1100011 1001110 100011 101011011 1100010 100001

Color Harmonies of #A60225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60225

Black with #A60225

Text Example


Text Example

White with #A60225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60225; }

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

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

background-color css

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

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

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

border-color css

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

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

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