Html Css Color HEX #A40522 Carmine

📋 copy color: '#A40522'

red 164 ◦ green 5 ◦ blue 34

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

Shades of Carmine #A40522

Tints of Carmine #A40522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 80.79%
G = 2.46%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A40522 (or 0xA40522) is known color: Carmine. HEX triplet: A4, 05 and 22. RGB value is (164,5,34). Sum of RGB (Red+Green+Blue) = 164+5+34=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A40522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40522 is #5BFADD. Grayscale: #373737. Windows color (decimal): -6027998 or 2229668. OLE color: 2229668.

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

Color convert

RGB 164 5 34 -
CMYK 0 0.97 0.79 0.36
HSL 349.06º 0.94% 0.33% -
HSV(B) 349.06º 0.97% 0.64% -
XYZ 15.65 8.12 2.26 -
YUV 55.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 164 5 34 0 0.97 0.79 0.36 349.06 0.94 0.33
Hex A4 5 22 0 61 4F 24 15D 5E 21
Octal 244 5 42 0 141 117 44 535 136 41
Binary 10100100 101 100010 0 1100001 1001111 100100 101011101 1011110 100001

Color Harmonies of #A40522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40522

Black with #A40522

Text Example


Text Example

White with #A40522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40522; }

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

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

background-color css

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

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

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

border-color css

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

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

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