Html Css Color HEX #A60223 Carmine

📋 copy color: '#A60223'

red 166 ◦ green 2 ◦ blue 35

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

Shades of Carmine #A60223

Tints of Carmine #A60223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 81.77%
G = 0.99%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A60223 (or 0xA60223) is known color: Carmine. HEX triplet: A6, 02 and 23. RGB value is (166,2,35). Sum of RGB (Red+Green+Blue) = 166+2+35=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A60223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60223 is #59FDDC. Grayscale: #363636. Windows color (decimal): -5897693 or 2294438. OLE color: 2294438.

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

Color convert

RGB 166 2 35 -
CMYK 0 0.99 0.79 0.35
HSL 347.93º 0.98% 0.33% -
HSV(B) 347.93º 0.99% 0.65% -
XYZ 16.05 8.27 2.34 -
YUV 54.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 166 2 35 0 0.99 0.79 0.35 347.93 0.98 0.33
Hex A6 2 23 0 63 4F 23 15C 62 21
Octal 246 2 43 0 143 117 43 534 142 41
Binary 10100110 10 100011 0 1100011 1001111 100011 101011100 1100010 100001

Color Harmonies of #A60223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60223

Black with #A60223

Text Example


Text Example

White with #A60223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60223; }

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

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

background-color css

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

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

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

border-color css

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

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

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