Html Css Color HEX #A6082C Carmine

📋 copy color: '#A6082C'

red 166 ◦ green 8 ◦ blue 44

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

Shades of Carmine #A6082C

Tints of Carmine #A6082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.18%

R = 76.15%
G = 3.67%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6082C (or 0xA6082C) is known color: Carmine. HEX triplet: A6, 08 and 2C. RGB value is (166,8,44). Sum of RGB (Red+Green+Blue) = 166+8+44=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6082C is #59F7D3. Grayscale: #3B3B3B. Windows color (decimal): -5896148 or 2885798. OLE color: 2885798.

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

Color convert

RGB 166 8 44 -
CMYK 0 0.95 0.73 0.35
HSL 346.33º 0.91% 0.34% -
HSV(B) 346.33º 0.95% 0.65% -
XYZ 16.27 8.46 3.16 -
YUV 59.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 166 8 44 0 0.95 0.73 0.35 346.33 0.91 0.34
Hex A6 8 2C 0 5F 49 23 15A 5B 22
Octal 246 10 54 0 137 111 43 532 133 42
Binary 10100110 1000 101100 0 1011111 1001001 100011 101011010 1011011 100010

Color Harmonies of #A6082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6082C

Black with #A6082C

Text Example


Text Example

White with #A6082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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