Html Css Color HEX #A41A1C Carmine

📋 copy color: '#A41A1C'

red 164 ◦ green 26 ◦ blue 28

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

Shades of Carmine #A41A1C

Tints of Carmine #A41A1C

RGB

 RED value IS 164 (64.45% from 255) = 75.23%

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 75.23%
G = 11.93%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A41A1C (or 0xA41A1C) is known color: Carmine. HEX triplet: A4, 1A and 1C. RGB value is (164,26,28). Sum of RGB (Red+Green+Blue) = 164+26+28=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A1C is #5BE5E3. Grayscale: #434343. Windows color (decimal): -6022628 or 1841828. OLE color: 1841828.

HSL color Cylindrical-coordinate representation of color #A41A1C: hue angle of 359.13º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A1C is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 28 -
CMYK 0 0.84 0.83 0.36
HSL 359.13º 0.73% 0.37% -
HSV(B) 359.13º 0.84% 0.64% -
XYZ 15.89 8.72 1.94 -
YUV 67.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 164 26 28 0 0.84 0.83 0.36 359.13 0.73 0.37
Hex A4 1A 1C 0 54 53 24 167 49 25
Octal 244 32 34 0 124 123 44 547 111 45
Binary 10100100 11010 11100 0 1010100 1010011 100100 101100111 1001001 100101

Color Harmonies of #A41A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A1C

Black with #A41A1C

Text Example


Text Example

White with #A41A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A1C; }

 p { color: rgb(164,26,28); }

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

background-color css

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

 a { background-color: rgb(164,26,28); }

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

border-color css

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

 span { border-color: rgb(164,26,28); }

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