Html Css Color HEX #A6002B Carmine

📋 copy color: '#A6002B'

red 166 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A6002B

Tints of Carmine #A6002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.43%
G = 0%
B = 20.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6002B (or 0xA6002B) is known color: Carmine. HEX triplet: A6, 00 and 2B. RGB value is (166,0,43). Sum of RGB (Red+Green+Blue) = 166+0+43=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A6002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6002B is #59FFD4. Grayscale: #363636. Windows color (decimal): -5898197 or 2818214. OLE color: 2818214.

HSL color Cylindrical-coordinate representation of color #A6002B: hue angle of 344.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6002B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 43 -
CMYK 0 1 0.74 0.35
HSL 344.46º 1% 0.33% -
HSV(B) 344.46º 1% 0.65% -
XYZ 16.16 8.28 3.03 -
YUV 54.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 166 0 43 0 1 0.74 0.35 344.46 1 0.33
Hex A6 0 2B 0 64 4A 23 158 64 21
Octal 246 0 53 0 144 112 43 530 144 41
Binary 10100110 0 101011 0 1100100 1001010 100011 101011000 1100100 100001

Color Harmonies of #A6002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6002B

Black with #A6002B

Text Example


Text Example

White with #A6002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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