Html Css Color HEX #A6021E Carmine

📋 copy color: '#A6021E'

red 166 ◦ green 2 ◦ blue 30

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

Shades of Carmine #A6021E

Tints of Carmine #A6021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 83.84%
G = 1.01%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6021E (or 0xA6021E) is known color: Carmine. HEX triplet: A6, 02 and 1E. RGB value is (166,2,30). Sum of RGB (Red+Green+Blue) = 166+2+30=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A6021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6021E is #59FDE1. Grayscale: #363636. Windows color (decimal): -5897698 or 1966758. OLE color: 1966758.

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

Color convert

RGB 166 2 30 -
CMYK 0 0.99 0.82 0.35
HSL 349.76º 0.98% 0.33% -
HSV(B) 349.76º 0.99% 0.65% -
XYZ 15.98 8.24 1.98 -
YUV 54.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 166 2 30 0 0.99 0.82 0.35 349.76 0.98 0.33
Hex A6 2 1E 0 63 52 23 15E 62 21
Octal 246 2 36 0 143 122 43 536 142 41
Binary 10100110 10 11110 0 1100011 1010010 100011 101011110 1100010 100001

Color Harmonies of #A6021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6021E

Black with #A6021E

Text Example


Text Example

White with #A6021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6021E; }

 p { color: rgb(166,2,30); }

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

background-color css

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

 a { background-color: rgb(166,2,30); }

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

border-color css

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

 span { border-color: rgb(166,2,30); }

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