Html Css Color HEX #A6041C Carmine

📋 copy color: '#A6041C'

red 166 ◦ green 4 ◦ blue 28

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

Shades of Carmine #A6041C

Tints of Carmine #A6041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 83.84%
G = 2.02%
B = 14.14%

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

#A6041C (or 0xA6041C) is known color: Carmine. HEX triplet: A6, 04 and 1C. RGB value is (166,4,28). Sum of RGB (Red+Green+Blue) = 166+4+28=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A6041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6041C is #59FBE3. Grayscale: #373737. Windows color (decimal): -5897188 or 1836198. OLE color: 1836198.

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

Color convert

RGB 166 4 28 -
CMYK 0 0.98 0.83 0.35
HSL 351.11º 0.95% 0.33% -
HSV(B) 351.11º 0.98% 0.65% -
XYZ 15.98 8.28 1.85 -
YUV 55.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 166 4 28 0 0.98 0.83 0.35 351.11 0.95 0.33
Hex A6 4 1C 0 62 53 23 15F 5F 21
Octal 246 4 34 0 142 123 43 537 137 41
Binary 10100110 100 11100 0 1100010 1010011 100011 101011111 1011111 100001

Color Harmonies of #A6041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6041C

Black with #A6041C

Text Example


Text Example

White with #A6041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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