Html Css Color HEX #A40528 Carmine

📋 copy color: '#A40528'

red 164 ◦ green 5 ◦ blue 40

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

Shades of Carmine #A40528

Tints of Carmine #A40528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 78.47%
G = 2.39%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A40528 (or 0xA40528) is known color: Carmine. HEX triplet: A4, 05 and 28. RGB value is (164,5,40). Sum of RGB (Red+Green+Blue) = 164+5+40=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A40528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40528 is #5BFAD7. Grayscale: #383838. Windows color (decimal): -6027992 or 2622884. OLE color: 2622884.

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

Color convert

RGB 164 5 40 -
CMYK 0 0.97 0.76 0.36
HSL 346.79º 0.94% 0.33% -
HSV(B) 346.79º 0.97% 0.64% -
XYZ 15.75 8.15 2.75 -
YUV 56.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 164 5 40 0 0.97 0.76 0.36 346.79 0.94 0.33
Hex A4 5 28 0 61 4C 24 15B 5E 21
Octal 244 5 50 0 141 114 44 533 136 41
Binary 10100100 101 101000 0 1100001 1001100 100100 101011011 1011110 100001

Color Harmonies of #A40528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40528

Black with #A40528

Text Example


Text Example

White with #A40528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40528; }

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

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

background-color css

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

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

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

border-color css

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

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

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