Html Css Color HEX #A40E3C Cardinal

📋 copy color: '#A40E3C'

red 164 ◦ green 14 ◦ blue 60

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

Shades of Cardinal #A40E3C

Tints of Cardinal #A40E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 68.91%
G = 5.88%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A40E3C (or 0xA40E3C) is known color: Cardinal. HEX triplet: A4, 0E and 3C. RGB value is (164,14,60). Sum of RGB (Red+Green+Blue) = 164+14+60=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40E3C is #5BF1C3. Grayscale: #404040. Windows color (decimal): -6025668 or 3935908. OLE color: 3935908.

HSL color Cylindrical-coordinate representation of color #A40E3C: hue angle of 341.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E3C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 14 60 -
CMYK 0 0.91 0.63 0.36
HSL 341.6º 0.84% 0.35% -
HSV(B) 341.6º 0.91% 0.64% -
XYZ 16.28 8.53 5.06 -
YUV 64.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 164 14 60 0 0.91 0.63 0.36 341.6 0.84 0.35
Hex A4 E 3C 0 5B 3F 24 156 54 23
Octal 244 16 74 0 133 77 44 526 124 43
Binary 10100100 1110 111100 0 1011011 111111 100100 101010110 1010100 100011

Color Harmonies of #A40E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E3C

Black with #A40E3C

Text Example


Text Example

White with #A40E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E3C; }

 p { color: rgb(164,14,60); }

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

background-color css

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

 a { background-color: rgb(164,14,60); }

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

border-color css

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

 span { border-color: rgb(164,14,60); }

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