Html Css Color HEX #A41524 Carmine

📋 copy color: '#A41524'

red 164 ◦ green 21 ◦ blue 36

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

Shades of Carmine #A41524

Tints of Carmine #A41524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 74.21%
G = 9.5%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A41524 (or 0xA41524) is known color: Carmine. HEX triplet: A4, 15 and 24. RGB value is (164,21,36). Sum of RGB (Red+Green+Blue) = 164+21+36=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41524 is #5BEADB. Grayscale: #414141. Windows color (decimal): -6023900 or 2364836. OLE color: 2364836.

HSL color Cylindrical-coordinate representation of color #A41524: hue angle of 353.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41524 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 36 -
CMYK 0 0.87 0.78 0.36
HSL 353.71º 0.77% 0.36% -
HSV(B) 353.71º 0.87% 0.64% -
XYZ 15.9 8.56 2.48 -
YUV 65.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 164 21 36 0 0.87 0.78 0.36 353.71 0.77 0.36
Hex A4 15 24 0 57 4E 24 162 4D 24
Octal 244 25 44 0 127 116 44 542 115 44
Binary 10100100 10101 100100 0 1010111 1001110 100100 101100010 1001101 100100

Color Harmonies of #A41524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41524

Black with #A41524

Text Example


Text Example

White with #A41524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41524; }

 p { color: rgb(164,21,36); }

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

background-color css

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

 a { background-color: rgb(164,21,36); }

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

border-color css

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

 span { border-color: rgb(164,21,36); }

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