Html Css Color HEX #A6042D Carmine

📋 copy color: '#A6042D'

red 166 ◦ green 4 ◦ blue 45

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

Shades of Carmine #A6042D

Tints of Carmine #A6042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 77.21%
G = 1.86%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6042D (or 0xA6042D) is known color: Carmine. HEX triplet: A6, 04 and 2D. RGB value is (166,4,45). Sum of RGB (Red+Green+Blue) = 166+4+45=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A6042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6042D is #59FBD2. Grayscale: #393939. Windows color (decimal): -5897171 or 2950310. OLE color: 2950310.

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

Color convert

RGB 166 4 45 -
CMYK 0 0.98 0.73 0.35
HSL 344.81º 0.95% 0.33% -
HSV(B) 344.81º 0.98% 0.65% -
XYZ 16.24 8.38 3.24 -
YUV 57.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 166 4 45 0 0.98 0.73 0.35 344.81 0.95 0.33
Hex A6 4 2D 0 62 49 23 159 5F 21
Octal 246 4 55 0 142 111 43 531 137 41
Binary 10100110 100 101101 0 1100010 1001001 100011 101011001 1011111 100001

Color Harmonies of #A6042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6042D

Black with #A6042D

Text Example


Text Example

White with #A6042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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