Html Css Color HEX #A51440 Cardinal

📋 copy color: '#A51440'

red 165 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #A51440

Tints of Cardinal #A51440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 66.27%
G = 8.03%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51440 (or 0xA51440) is known color: Cardinal. HEX triplet: A5, 14 and 40. RGB value is (165,20,64). Sum of RGB (Red+Green+Blue) = 165+20+64=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A51440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51440 is #5AEBBF. Grayscale: #444444. Windows color (decimal): -5958592 or 4199589. OLE color: 4199589.

HSL color Cylindrical-coordinate representation of color #A51440: hue angle of 341.79º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51440 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 64 -
CMYK 0 0.88 0.61 0.35
HSL 341.79º 0.78% 0.36% -
HSV(B) 341.79º 0.88% 0.65% -
XYZ 16.69 8.87 5.68 -
YUV 68.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 165 20 64 0 0.88 0.61 0.35 341.79 0.78 0.36
Hex A5 14 40 0 58 3D 23 156 4E 24
Octal 245 24 100 0 130 75 43 526 116 44
Binary 10100101 10100 1000000 0 1011000 111101 100011 101010110 1001110 100100

Color Harmonies of #A51440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51440

Black with #A51440

Text Example


Text Example

White with #A51440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51440; }

 p { color: rgb(165,20,64); }

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

background-color css

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

 a { background-color: rgb(165,20,64); }

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

border-color css

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

 span { border-color: rgb(165,20,64); }

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