Html Css Color HEX #A6082A Carmine

📋 copy color: '#A6082A'

red 166 ◦ green 8 ◦ blue 42

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

Shades of Carmine #A6082A

Tints of Carmine #A6082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 76.85%
G = 3.7%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6082A (or 0xA6082A) is known color: Carmine. HEX triplet: A6, 08 and 2A. RGB value is (166,8,42). Sum of RGB (Red+Green+Blue) = 166+8+42=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6082A is #59F7D5. Grayscale: #3B3B3B. Windows color (decimal): -5896150 or 2754726. OLE color: 2754726.

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

Color convert

RGB 166 8 42 -
CMYK 0 0.95 0.75 0.35
HSL 347.09º 0.91% 0.34% -
HSV(B) 347.09º 0.95% 0.65% -
XYZ 16.23 8.45 2.97 -
YUV 59.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 166 8 42 0 0.95 0.75 0.35 347.09 0.91 0.34
Hex A6 8 2A 0 5F 4B 23 15B 5B 22
Octal 246 10 52 0 137 113 43 533 133 42
Binary 10100110 1000 101010 0 1011111 1001011 100011 101011011 1011011 100010

Color Harmonies of #A6082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6082A

Black with #A6082A

Text Example


Text Example

White with #A6082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6082A; }

 p { color: rgb(166,8,42); }

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

background-color css

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

 a { background-color: rgb(166,8,42); }

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

border-color css

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

 span { border-color: rgb(166,8,42); }

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