Html Css Color HEX #A50F3C Cardinal

📋 copy color: '#A50F3C'

red 165 ◦ green 15 ◦ blue 60

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

Shades of Cardinal #A50F3C

Tints of Cardinal #A50F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

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

R = 68.75%
G = 6.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A50F3C (or 0xA50F3C) is known color: Cardinal. HEX triplet: A5, 0F and 3C. RGB value is (165,15,60). Sum of RGB (Red+Green+Blue) = 165+15+60=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F3C is #5AF0C3. Grayscale: #404040. Windows color (decimal): -5959876 or 3936165. OLE color: 3936165.

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

Color convert

RGB 165 15 60 -
CMYK 0 0.91 0.64 0.35
HSL 342º 0.83% 0.35% -
HSV(B) 342º 0.91% 0.65% -
XYZ 16.5 8.67 5.08 -
YUV 64.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 165 15 60 0 0.91 0.64 0.35 342 0.83 0.35
Hex A5 F 3C 0 5B 40 23 156 53 23
Octal 245 17 74 0 133 100 43 526 123 43
Binary 10100101 1111 111100 0 1011011 1000000 100011 101010110 1010011 100011

Color Harmonies of #A50F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F3C

Black with #A50F3C

Text Example


Text Example

White with #A50F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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