Html Css Color HEX #A51139 Cardinal

📋 copy color: '#A51139'

red 165 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #A51139

Tints of Cardinal #A51139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

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

R = 69.04%
G = 7.11%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A51139 (or 0xA51139) is known color: Cardinal. HEX triplet: A5, 11 and 39. RGB value is (165,17,57). Sum of RGB (Red+Green+Blue) = 165+17+57=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A51139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51139 is #5AEEC6. Grayscale: #414141. Windows color (decimal): -5959367 or 3740069. OLE color: 3740069.

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

Color convert

RGB 165 17 57 -
CMYK 0 0.90 0.65 0.35
HSL 343.78º 0.81% 0.36% -
HSV(B) 343.78º 0.9% 0.65% -
XYZ 16.46 8.7 4.68 -
YUV 65.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 165 17 57 0 0.90 0.65 0.35 343.78 0.81 0.36
Hex A5 11 39 0 5A 41 23 158 51 24
Octal 245 21 71 0 132 101 43 530 121 44
Binary 10100101 10001 111001 0 1011010 1000001 100011 101011000 1010001 100100

Color Harmonies of #A51139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51139

Black with #A51139

Text Example


Text Example

White with #A51139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51139; }

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

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

background-color css

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

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

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

border-color css

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

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

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