Html Css Color HEX #A51134 Cardinal

📋 copy color: '#A51134'

red 165 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #A51134

Tints of Cardinal #A51134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 70.51%
G = 7.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A51134 (or 0xA51134) is known color: Cardinal. HEX triplet: A5, 11 and 34. RGB value is (165,17,52). Sum of RGB (Red+Green+Blue) = 165+17+52=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A51134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51134 is #5AEECB. Grayscale: #414141. Windows color (decimal): -5959372 or 3412389. OLE color: 3412389.

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

Color convert

RGB 165 17 52 -
CMYK 0 0.90 0.68 0.35
HSL 345.81º 0.81% 0.36% -
HSV(B) 345.81º 0.9% 0.65% -
XYZ 16.34 8.65 4.06 -
YUV 65.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 165 17 52 0 0.90 0.68 0.35 345.81 0.81 0.36
Hex A5 11 34 0 5A 44 23 15A 51 24
Octal 245 21 64 0 132 104 43 532 121 44
Binary 10100101 10001 110100 0 1011010 1000100 100011 101011010 1010001 100100

Color Harmonies of #A51134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51134

Black with #A51134

Text Example


Text Example

White with #A51134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51134; }

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

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

background-color css

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

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

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

border-color css

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

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

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