Html Css Color HEX #A5113D Cardinal

📋 copy color: '#A5113D'

red 165 ◦ green 17 ◦ blue 61

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

Shades of Cardinal #A5113D

Tints of Cardinal #A5113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 67.9%
G = 7%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5113D (or 0xA5113D) is known color: Cardinal. HEX triplet: A5, 11 and 3D. RGB value is (165,17,61). Sum of RGB (Red+Green+Blue) = 165+17+61=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5113D is #5AEEC2. Grayscale: #424242. Windows color (decimal): -5959363 or 4002213. OLE color: 4002213.

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

Color convert

RGB 165 17 61 -
CMYK 0 0.90 0.63 0.35
HSL 342.16º 0.81% 0.36% -
HSV(B) 342.16º 0.9% 0.65% -
XYZ 16.56 8.74 5.23 -
YUV 66.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 165 17 61 0 0.90 0.63 0.35 342.16 0.81 0.36
Hex A5 11 3D 0 5A 3F 23 156 51 24
Octal 245 21 75 0 132 77 43 526 121 44
Binary 10100101 10001 111101 0 1011010 111111 100011 101010110 1010001 100100

Color Harmonies of #A5113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5113D

Black with #A5113D

Text Example


Text Example

White with #A5113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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