Html Css Color HEX #A6041D Carmine

📋 copy color: '#A6041D'

red 166 ◦ green 4 ◦ blue 29

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

Shades of Carmine #A6041D

Tints of Carmine #A6041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 83.42%
G = 2.01%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6041D (or 0xA6041D) is known color: Carmine. HEX triplet: A6, 04 and 1D. RGB value is (166,4,29). Sum of RGB (Red+Green+Blue) = 166+4+29=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A6041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6041D is #59FBE2. Grayscale: #373737. Windows color (decimal): -5897187 or 1901734. OLE color: 1901734.

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

Color convert

RGB 166 4 29 -
CMYK 0 0.98 0.83 0.35
HSL 350.74º 0.95% 0.33% -
HSV(B) 350.74º 0.98% 0.65% -
XYZ 15.99 8.28 1.92 -
YUV 55.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 166 4 29 0 0.98 0.83 0.35 350.74 0.95 0.33
Hex A6 4 1D 0 62 53 23 15F 5F 21
Octal 246 4 35 0 142 123 43 537 137 41
Binary 10100110 100 11101 0 1100010 1010011 100011 101011111 1011111 100001

Color Harmonies of #A6041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6041D

Black with #A6041D

Text Example


Text Example

White with #A6041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6041D; }

 p { color: rgb(166,4,29); }

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

background-color css

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

 a { background-color: rgb(166,4,29); }

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

border-color css

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

 span { border-color: rgb(166,4,29); }

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