Html Css Color HEX #A60222 Carmine

📋 copy color: '#A60222'

red 166 ◦ green 2 ◦ blue 34

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

Shades of Carmine #A60222

Tints of Carmine #A60222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.83%

R = 82.18%
G = 0.99%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A60222 (or 0xA60222) is known color: Carmine. HEX triplet: A6, 02 and 22. RGB value is (166,2,34). Sum of RGB (Red+Green+Blue) = 166+2+34=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A60222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60222 is #59FDDD. Grayscale: #363636. Windows color (decimal): -5897694 or 2228902. OLE color: 2228902.

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

Color convert

RGB 166 2 34 -
CMYK 0 0.99 0.80 0.35
HSL 348.29º 0.98% 0.33% -
HSV(B) 348.29º 0.99% 0.65% -
XYZ 16.04 8.27 2.26 -
YUV 54.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 166 2 34 0 0.99 0.80 0.35 348.29 0.98 0.33
Hex A6 2 22 0 63 50 23 15C 62 21
Octal 246 2 42 0 143 120 43 534 142 41
Binary 10100110 10 100010 0 1100011 1010000 100011 101011100 1100010 100001

Color Harmonies of #A60222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60222

Black with #A60222

Text Example


Text Example

White with #A60222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60222; }

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

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

background-color css

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

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

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

border-color css

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

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

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