Html Css Color HEX #A6053A Carmine

📋 copy color: '#A6053A'

red 166 ◦ green 5 ◦ blue 58

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

Shades of Carmine #A6053A

Tints of Carmine #A6053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 72.49%
G = 2.18%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6053A (or 0xA6053A) is known color: Carmine. HEX triplet: A6, 05 and 3A. RGB value is (166,5,58). Sum of RGB (Red+Green+Blue) = 166+5+58=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6053A is #59FAC5. Grayscale: #3B3B3B. Windows color (decimal): -5896902 or 3802534. OLE color: 3802534.

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

Color convert

RGB 166 5 58 -
CMYK 0 0.97 0.65 0.35
HSL 340.25º 0.94% 0.34% -
HSV(B) 340.25º 0.97% 0.65% -
XYZ 16.54 8.52 4.78 -
YUV 59.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 166 5 58 0 0.97 0.65 0.35 340.25 0.94 0.34
Hex A6 5 3A 0 61 41 23 154 5E 22
Octal 246 5 72 0 141 101 43 524 136 42
Binary 10100110 101 111010 0 1100001 1000001 100011 101010100 1011110 100010

Color Harmonies of #A6053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6053A

Black with #A6053A

Text Example


Text Example

White with #A6053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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