Html Css Color HEX #A41722 Carmine

📋 copy color: '#A41722'

red 164 ◦ green 23 ◦ blue 34

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

Shades of Carmine #A41722

Tints of Carmine #A41722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 74.21%
G = 10.41%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A41722 (or 0xA41722) is known color: Carmine. HEX triplet: A4, 17 and 22. RGB value is (164,23,34). Sum of RGB (Red+Green+Blue) = 164+23+34=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41722 is #5BE8DD. Grayscale: #424242. Windows color (decimal): -6023390 or 2234276. OLE color: 2234276.

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

Color convert

RGB 164 23 34 -
CMYK 0 0.86 0.79 0.36
HSL 355.32º 0.75% 0.37% -
HSV(B) 355.32º 0.86% 0.64% -
XYZ 15.9 8.62 2.34 -
YUV 66.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 164 23 34 0 0.86 0.79 0.36 355.32 0.75 0.37
Hex A4 17 22 0 56 4F 24 163 4B 25
Octal 244 27 42 0 126 117 44 543 113 45
Binary 10100100 10111 100010 0 1010110 1001111 100100 101100011 1001011 100101

Color Harmonies of #A41722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41722

Black with #A41722

Text Example


Text Example

White with #A41722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41722; }

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

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

background-color css

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

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

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

border-color css

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

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

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