Html Css Color HEX #A6022B Carmine

📋 copy color: '#A6022B'

red 166 ◦ green 2 ◦ blue 43

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

Shades of Carmine #A6022B

Tints of Carmine #A6022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 78.67%
G = 0.95%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6022B (or 0xA6022B) is known color: Carmine. HEX triplet: A6, 02 and 2B. RGB value is (166,2,43). Sum of RGB (Red+Green+Blue) = 166+2+43=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6022B is #59FDD4. Grayscale: #373737. Windows color (decimal): -5897685 or 2818726. OLE color: 2818726.

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

Color convert

RGB 166 2 43 -
CMYK 0 0.99 0.74 0.35
HSL 345º 0.98% 0.33% -
HSV(B) 345º 0.99% 0.65% -
XYZ 16.18 8.32 3.04 -
YUV 55.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 166 2 43 0 0.99 0.74 0.35 345 0.98 0.33
Hex A6 2 2B 0 63 4A 23 159 62 21
Octal 246 2 53 0 143 112 43 531 142 41
Binary 10100110 10 101011 0 1100011 1001010 100011 101011001 1100010 100001

Color Harmonies of #A6022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6022B

Black with #A6022B

Text Example


Text Example

White with #A6022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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