Html Css Color HEX #A50D3C Cardinal

📋 copy color: '#A50D3C'

red 165 ◦ green 13 ◦ blue 60

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

Shades of Cardinal #A50D3C

Tints of Cardinal #A50D3C

RGB

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

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

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

R = 69.33%
G = 5.46%
B = 25.21%

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

#A50D3C (or 0xA50D3C) is known color: Cardinal. HEX triplet: A5, 0D and 3C. RGB value is (165,13,60). Sum of RGB (Red+Green+Blue) = 165+13+60=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D3C is #5AF2C3. Grayscale: #3F3F3F. Windows color (decimal): -5960388 or 3935653. OLE color: 3935653.

HSL color Cylindrical-coordinate representation of color #A50D3C: hue angle of 341.45º degrees, saturation: 0.85, 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 #A50D3C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 13 60 -
CMYK 0 0.92 0.64 0.35
HSL 341.45º 0.85% 0.35% -
HSV(B) 341.45º 0.92% 0.65% -
XYZ 16.48 8.61 5.07 -
YUV 63.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 165 13 60 0 0.92 0.64 0.35 341.45 0.85 0.35
Hex A5 D 3C 0 5C 40 23 155 55 23
Octal 245 15 74 0 134 100 43 525 125 43
Binary 10100101 1101 111100 0 1011100 1000000 100011 101010101 1010101 100011

Color Harmonies of #A50D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D3C

Black with #A50D3C

Text Example


Text Example

White with #A50D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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