Html Css Color HEX #A41525 Carmine

📋 copy color: '#A41525'

red 164 ◦ green 21 ◦ blue 37

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

Shades of Carmine #A41525

Tints of Carmine #A41525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 73.87%
G = 9.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A41525 (or 0xA41525) is known color: Carmine. HEX triplet: A4, 15 and 25. RGB value is (164,21,37). Sum of RGB (Red+Green+Blue) = 164+21+37=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A41525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41525 is #5BEADA. Grayscale: #414141. Windows color (decimal): -6023899 or 2430372. OLE color: 2430372.

HSL color Cylindrical-coordinate representation of color #A41525: hue angle of 353.29º 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 #A41525 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 37 -
CMYK 0 0.87 0.77 0.36
HSL 353.29º 0.77% 0.36% -
HSV(B) 353.29º 0.87% 0.64% -
XYZ 15.91 8.56 2.56 -
YUV 65.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 164 21 37 0 0.87 0.77 0.36 353.29 0.77 0.36
Hex A4 15 25 0 57 4D 24 161 4D 24
Octal 244 25 45 0 127 115 44 541 115 44
Binary 10100100 10101 100101 0 1010111 1001101 100100 101100001 1001101 100100

Color Harmonies of #A41525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41525

Black with #A41525

Text Example


Text Example

White with #A41525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41525; }

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

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

background-color css

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

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

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

border-color css

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

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

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