Html Css Color HEX #A40527 Carmine

📋 copy color: '#A40527'

red 164 ◦ green 5 ◦ blue 39

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

Shades of Carmine #A40527

Tints of Carmine #A40527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 78.85%
G = 2.4%
B = 18.75%

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

#A40527 (or 0xA40527) is known color: Carmine. HEX triplet: A4, 05 and 27. RGB value is (164,5,39). Sum of RGB (Red+Green+Blue) = 164+5+39=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A40527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40527 is #5BFAD8. Grayscale: #383838. Windows color (decimal): -6027993 or 2557348. OLE color: 2557348.

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

Color convert

RGB 164 5 39 -
CMYK 0 0.97 0.76 0.36
HSL 347.17º 0.94% 0.33% -
HSV(B) 347.17º 0.97% 0.64% -
XYZ 15.73 8.15 2.66 -
YUV 56.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 164 5 39 0 0.97 0.76 0.36 347.17 0.94 0.33
Hex A4 5 27 0 61 4C 24 15B 5E 21
Octal 244 5 47 0 141 114 44 533 136 41
Binary 10100100 101 100111 0 1100001 1001100 100100 101011011 1011110 100001

Color Harmonies of #A40527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40527

Black with #A40527

Text Example


Text Example

White with #A40527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40527; }

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

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

background-color css

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

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

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

border-color css

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

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

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