Html Css Color HEX #A41324 Carmine

📋 copy color: '#A41324'

red 164 ◦ green 19 ◦ blue 36

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

Shades of Carmine #A41324

Tints of Carmine #A41324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 74.89%
G = 8.68%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A41324 (or 0xA41324) is known color: Carmine. HEX triplet: A4, 13 and 24. RGB value is (164,19,36). Sum of RGB (Red+Green+Blue) = 164+19+36=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41324 is #5BECDB. Grayscale: #404040. Windows color (decimal): -6024412 or 2364324. OLE color: 2364324.

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

Color convert

RGB 164 19 36 -
CMYK 0 0.88 0.78 0.36
HSL 352.97º 0.79% 0.36% -
HSV(B) 352.97º 0.88% 0.64% -
XYZ 15.86 8.49 2.47 -
YUV 64.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 164 19 36 0 0.88 0.78 0.36 352.97 0.79 0.36
Hex A4 13 24 0 58 4E 24 161 4F 24
Octal 244 23 44 0 130 116 44 541 117 44
Binary 10100100 10011 100100 0 1011000 1001110 100100 101100001 1001111 100100

Color Harmonies of #A41324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41324

Black with #A41324

Text Example


Text Example

White with #A41324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41324; }

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

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

background-color css

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

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

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

border-color css

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

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

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