Html Css Color HEX #A40D3C Cardinal

📋 copy color: '#A40D3C'

red 164 ◦ green 13 ◦ blue 60

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

Shades of Cardinal #A40D3C

Tints of Cardinal #A40D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

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

R = 69.2%
G = 5.49%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A40D3C (or 0xA40D3C) is known color: Cardinal. HEX triplet: A4, 0D and 3C. RGB value is (164,13,60). Sum of RGB (Red+Green+Blue) = 164+13+60=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D3C is #5BF2C3. Grayscale: #3F3F3F. Windows color (decimal): -6025924 or 3935652. OLE color: 3935652.

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

Color convert

RGB 164 13 60 -
CMYK 0 0.92 0.63 0.36
HSL 341.32º 0.85% 0.35% -
HSV(B) 341.32º 0.92% 0.64% -
XYZ 16.27 8.51 5.06 -
YUV 63.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 164 13 60 0 0.92 0.63 0.36 341.32 0.85 0.35
Hex A4 D 3C 0 5C 3F 24 155 55 23
Octal 244 15 74 0 134 77 44 525 125 43
Binary 10100100 1101 111100 0 1011100 111111 100100 101010101 1010101 100011

Color Harmonies of #A40D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D3C

Black with #A40D3C

Text Example


Text Example

White with #A40D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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