Html Css Color HEX #A6022C Carmine

📋 copy color: '#A6022C'

red 166 ◦ green 2 ◦ blue 44

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

Shades of Carmine #A6022C

Tints of Carmine #A6022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 78.3%
G = 0.94%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6022C (or 0xA6022C) is known color: Carmine. HEX triplet: A6, 02 and 2C. RGB value is (166,2,44). Sum of RGB (Red+Green+Blue) = 166+2+44=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A6022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6022C is #59FDD3. Grayscale: #373737. Windows color (decimal): -5897684 or 2884262. OLE color: 2884262.

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

Color convert

RGB 166 2 44 -
CMYK 0 0.99 0.73 0.35
HSL 344.63º 0.98% 0.33% -
HSV(B) 344.63º 0.99% 0.65% -
XYZ 16.2 8.33 3.14 -
YUV 55.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 166 2 44 0 0.99 0.73 0.35 344.63 0.98 0.33
Hex A6 2 2C 0 63 49 23 159 62 21
Octal 246 2 54 0 143 111 43 531 142 41
Binary 10100110 10 101100 0 1100011 1001001 100011 101011001 1100010 100001

Color Harmonies of #A6022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6022C

Black with #A6022C

Text Example


Text Example

White with #A6022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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