Html Css Color HEX #A6013A Carmine

📋 copy color: '#A6013A'

red 166 ◦ green 1 ◦ blue 58

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

Shades of Carmine #A6013A

Tints of Carmine #A6013A

RGB

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

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

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

R = 73.78%
G = 0.44%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6013A (or 0xA6013A) is known color: Carmine. HEX triplet: A6, 01 and 3A. RGB value is (166,1,58). Sum of RGB (Red+Green+Blue) = 166+1+58=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A6013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6013A is #59FEC5. Grayscale: #383838. Windows color (decimal): -5897926 or 3801510. OLE color: 3801510.

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

Color convert

RGB 166 1 58 -
CMYK 0 0.99 0.65 0.35
HSL 339.27º 0.99% 0.33% -
HSV(B) 339.27º 0.99% 0.65% -
XYZ 16.5 8.43 4.76 -
YUV 56.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 166 1 58 0 0.99 0.65 0.35 339.27 0.99 0.33
Hex A6 1 3A 0 63 41 23 153 63 21
Octal 246 1 72 0 143 101 43 523 143 41
Binary 10100110 1 111010 0 1100011 1000001 100011 101010011 1100011 100001

Color Harmonies of #A6013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6013A

Black with #A6013A

Text Example


Text Example

White with #A6013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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