Html Css Color HEX #A6022D Carmine

📋 copy color: '#A6022D'

red 166 ◦ green 2 ◦ blue 45

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

Shades of Carmine #A6022D

Tints of Carmine #A6022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 77.93%
G = 0.94%
B = 21.13%

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

#A6022D (or 0xA6022D) is known color: Carmine. HEX triplet: A6, 02 and 2D. RGB value is (166,2,45). Sum of RGB (Red+Green+Blue) = 166+2+45=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A6022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6022D is #59FDD2. Grayscale: #373737. Windows color (decimal): -5897683 or 2949798. OLE color: 2949798.

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

Color convert

RGB 166 2 45 -
CMYK 0 0.99 0.73 0.35
HSL 344.27º 0.98% 0.33% -
HSV(B) 344.27º 0.99% 0.65% -
XYZ 16.22 8.34 3.24 -
YUV 55.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 166 2 45 0 0.99 0.73 0.35 344.27 0.98 0.33
Hex A6 2 2D 0 63 49 23 158 62 21
Octal 246 2 55 0 143 111 43 530 142 41
Binary 10100110 10 101101 0 1100011 1001001 100011 101011000 1100010 100001

Color Harmonies of #A6022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6022D

Black with #A6022D

Text Example


Text Example

White with #A6022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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