Html Css Color HEX #A50E3C Cardinal

📋 copy color: '#A50E3C'

red 165 ◦ green 14 ◦ blue 60

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

Shades of Cardinal #A50E3C

Tints of Cardinal #A50E3C

RGB

 RED value IS 165 (64.84% from 255) = 69.04%

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

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

R = 69.04%
G = 5.86%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A50E3C (or 0xA50E3C) is known color: Cardinal. HEX triplet: A5, 0E and 3C. RGB value is (165,14,60). Sum of RGB (Red+Green+Blue) = 165+14+60=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E3C is #5AF1C3. Grayscale: #404040. Windows color (decimal): -5960132 or 3935909. OLE color: 3935909.

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

Color convert

RGB 165 14 60 -
CMYK 0 0.92 0.64 0.35
HSL 341.72º 0.84% 0.35% -
HSV(B) 341.72º 0.92% 0.65% -
XYZ 16.49 8.64 5.07 -
YUV 64.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 165 14 60 0 0.92 0.64 0.35 341.72 0.84 0.35
Hex A5 E 3C 0 5C 40 23 156 54 23
Octal 245 16 74 0 134 100 43 526 124 43
Binary 10100101 1110 111100 0 1011100 1000000 100011 101010110 1010100 100011

Color Harmonies of #A50E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E3C

Black with #A50E3C

Text Example


Text Example

White with #A50E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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