Html Css Color HEX #A51539 Cardinal

📋 copy color: '#A51539'

red 165 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #A51539

Tints of Cardinal #A51539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 67.9%
G = 8.64%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A51539 (or 0xA51539) is known color: Cardinal. HEX triplet: A5, 15 and 39. RGB value is (165,21,57). Sum of RGB (Red+Green+Blue) = 165+21+57=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A51539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51539 is #5AEAC6. Grayscale: #444444. Windows color (decimal): -5958343 or 3741093. OLE color: 3741093.

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

Color convert

RGB 165 21 57 -
CMYK 0 0.87 0.65 0.35
HSL 345º 0.77% 0.36% -
HSV(B) 345º 0.87% 0.65% -
XYZ 16.52 8.83 4.7 -
YUV 68.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 165 21 57 0 0.87 0.65 0.35 345 0.77 0.36
Hex A5 15 39 0 57 41 23 159 4D 24
Octal 245 25 71 0 127 101 43 531 115 44
Binary 10100101 10101 111001 0 1010111 1000001 100011 101011001 1001101 100100

Color Harmonies of #A51539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51539

Black with #A51539

Text Example


Text Example

White with #A51539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51539; }

 p { color: rgb(165,21,57); }

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

background-color css

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

 a { background-color: rgb(165,21,57); }

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

border-color css

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

 span { border-color: rgb(165,21,57); }

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