Html Css Color HEX #A40534 Carmine

📋 copy color: '#A40534'

red 164 ◦ green 5 ◦ blue 52

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

Shades of Carmine #A40534

Tints of Carmine #A40534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 74.21%
G = 2.26%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A40534 (or 0xA40534) is known color: Carmine. HEX triplet: A4, 05 and 34. RGB value is (164,5,52). Sum of RGB (Red+Green+Blue) = 164+5+52=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A40534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40534 is #5BFACB. Grayscale: #393939. Windows color (decimal): -6027980 or 3409316. OLE color: 3409316.

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

Color convert

RGB 164 5 52 -
CMYK 0 0.97 0.68 0.36
HSL 342.26º 0.94% 0.33% -
HSV(B) 342.26º 0.97% 0.64% -
XYZ 15.98 8.25 4 -
YUV 57.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 164 5 52 0 0.97 0.68 0.36 342.26 0.94 0.33
Hex A4 5 34 0 61 44 24 156 5E 21
Octal 244 5 64 0 141 104 44 526 136 41
Binary 10100100 101 110100 0 1100001 1000100 100100 101010110 1011110 100001

Color Harmonies of #A40534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40534

Black with #A40534

Text Example


Text Example

White with #A40534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40534; }

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

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

background-color css

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

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

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

border-color css

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

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

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