Html Css Color HEX #A6012D Carmine

📋 copy color: '#A6012D'

red 166 ◦ green 1 ◦ blue 45

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

Shades of Carmine #A6012D

Tints of Carmine #A6012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 78.3%
G = 0.47%
B = 21.23%

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

#A6012D (or 0xA6012D) is known color: Carmine. HEX triplet: A6, 01 and 2D. RGB value is (166,1,45). Sum of RGB (Red+Green+Blue) = 166+1+45=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A6012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6012D is #59FED2. Grayscale: #373737. Windows color (decimal): -5897939 or 2949542. OLE color: 2949542.

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

Color convert

RGB 166 1 45 -
CMYK 0 0.99 0.73 0.35
HSL 344º 0.99% 0.33% -
HSV(B) 344º 0.99% 0.65% -
XYZ 16.21 8.32 3.23 -
YUV 55.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 166 1 45 0 0.99 0.73 0.35 344 0.99 0.33
Hex A6 1 2D 0 63 49 23 158 63 21
Octal 246 1 55 0 143 111 43 530 143 41
Binary 10100110 1 101101 0 1100011 1001001 100011 101011000 1100011 100001

Color Harmonies of #A6012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6012D

Black with #A6012D

Text Example


Text Example

White with #A6012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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