Html Css Color HEX #A51137 Cardinal

📋 copy color: '#A51137'

red 165 ◦ green 17 ◦ blue 55

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

Shades of Cardinal #A51137

Tints of Cardinal #A51137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 69.62%
G = 7.17%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A51137 (or 0xA51137) is known color: Cardinal. HEX triplet: A5, 11 and 37. RGB value is (165,17,55). Sum of RGB (Red+Green+Blue) = 165+17+55=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A51137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51137 is #5AEEC8. Grayscale: #414141. Windows color (decimal): -5959369 or 3608997. OLE color: 3608997.

HSL color Cylindrical-coordinate representation of color #A51137: hue angle of 344.59º 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 #A51137 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 55 -
CMYK 0 0.90 0.67 0.35
HSL 344.59º 0.81% 0.36% -
HSV(B) 344.59º 0.9% 0.65% -
XYZ 16.41 8.68 4.42 -
YUV 65.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 165 17 55 0 0.90 0.67 0.35 344.59 0.81 0.36
Hex A5 11 37 0 5A 43 23 159 51 24
Octal 245 21 67 0 132 103 43 531 121 44
Binary 10100101 10001 110111 0 1011010 1000011 100011 101011001 1010001 100100

Color Harmonies of #A51137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51137

Black with #A51137

Text Example


Text Example

White with #A51137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51137; }

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

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

background-color css

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

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

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

border-color css

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

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

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