Html Css Color HEX #A6043A Carmine

📋 copy color: '#A6043A'

red 166 ◦ green 4 ◦ blue 58

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

Shades of Carmine #A6043A

Tints of Carmine #A6043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 72.81%
G = 1.75%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6043A (or 0xA6043A) is known color: Carmine. HEX triplet: A6, 04 and 3A. RGB value is (166,4,58). Sum of RGB (Red+Green+Blue) = 166+4+58=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A6043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6043A is #59FBC5. Grayscale: #3A3A3A. Windows color (decimal): -5897158 or 3802278. OLE color: 3802278.

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

Color convert

RGB 166 4 58 -
CMYK 0 0.98 0.65 0.35
HSL 340º 0.95% 0.33% -
HSV(B) 340º 0.98% 0.65% -
XYZ 16.53 8.5 4.77 -
YUV 58.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 166 4 58 0 0.98 0.65 0.35 340 0.95 0.33
Hex A6 4 3A 0 62 41 23 154 5F 21
Octal 246 4 72 0 142 101 43 524 137 41
Binary 10100110 100 111010 0 1100010 1000001 100011 101010100 1011111 100001

Color Harmonies of #A6043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6043A

Black with #A6043A

Text Example


Text Example

White with #A6043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6043A; }

 p { color: rgb(166,4,58); }

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

background-color css

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

 a { background-color: rgb(166,4,58); }

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

border-color css

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

 span { border-color: rgb(166,4,58); }

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