Html Css Color HEX #A51340 Cardinal

📋 copy color: '#A51340'

red 165 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #A51340

Tints of Cardinal #A51340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

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

R = 66.53%
G = 7.66%
B = 25.81%

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

#A51340 (or 0xA51340) is known color: Cardinal. HEX triplet: A5, 13 and 40. RGB value is (165,19,64). Sum of RGB (Red+Green+Blue) = 165+19+64=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A51340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51340 is #5AECBF. Grayscale: #434343. Windows color (decimal): -5958848 or 4199333. OLE color: 4199333.

HSL color Cylindrical-coordinate representation of color #A51340: hue angle of 341.51º degrees, saturation: 0.79, 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 #A51340 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 64 -
CMYK 0 0.88 0.61 0.35
HSL 341.51º 0.79% 0.36% -
HSV(B) 341.51º 0.88% 0.65% -
XYZ 16.68 8.84 5.68 -
YUV 67.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 165 19 64 0 0.88 0.61 0.35 341.51 0.79 0.36
Hex A5 13 40 0 58 3D 23 156 4F 24
Octal 245 23 100 0 130 75 43 526 117 44
Binary 10100101 10011 1000000 0 1011000 111101 100011 101010110 1001111 100100

Color Harmonies of #A51340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51340

Black with #A51340

Text Example


Text Example

White with #A51340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51340; }

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

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

background-color css

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

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

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

border-color css

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

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

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