Html Css Color HEX #A41522 Carmine

📋 copy color: '#A41522'

red 164 ◦ green 21 ◦ blue 34

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

Shades of Carmine #A41522

Tints of Carmine #A41522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.53%

R = 74.89%
G = 9.59%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A41522 (or 0xA41522) is known color: Carmine. HEX triplet: A4, 15 and 22. RGB value is (164,21,34). Sum of RGB (Red+Green+Blue) = 164+21+34=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41522 is #5BEADD. Grayscale: #414141. Windows color (decimal): -6023902 or 2233764. OLE color: 2233764.

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

Color convert

RGB 164 21 34 -
CMYK 0 0.87 0.79 0.36
HSL 354.55º 0.77% 0.36% -
HSV(B) 354.55º 0.87% 0.64% -
XYZ 15.87 8.54 2.33 -
YUV 65.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 164 21 34 0 0.87 0.79 0.36 354.55 0.77 0.36
Hex A4 15 22 0 57 4F 24 163 4D 24
Octal 244 25 42 0 127 117 44 543 115 44
Binary 10100100 10101 100010 0 1010111 1001111 100100 101100011 1001101 100100

Color Harmonies of #A41522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41522

Black with #A41522

Text Example


Text Example

White with #A41522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41522; }

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

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

background-color css

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

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

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

border-color css

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

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

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