Html Css Color HEX #A5113A Cardinal

📋 copy color: '#A5113A'

red 165 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #A5113A

Tints of Cardinal #A5113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 68.75%
G = 7.08%
B = 24.17%

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

#A5113A (or 0xA5113A) is known color: Cardinal. HEX triplet: A5, 11 and 3A. RGB value is (165,17,58). Sum of RGB (Red+Green+Blue) = 165+17+58=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A5113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5113A is #5AEEC5. Grayscale: #414141. Windows color (decimal): -5959366 or 3805605. OLE color: 3805605.

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

Color convert

RGB 165 17 58 -
CMYK 0 0.90 0.65 0.35
HSL 343.38º 0.81% 0.36% -
HSV(B) 343.38º 0.9% 0.65% -
XYZ 16.48 8.71 4.81 -
YUV 65.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 165 17 58 0 0.90 0.65 0.35 343.38 0.81 0.36
Hex A5 11 3A 0 5A 41 23 157 51 24
Octal 245 21 72 0 132 101 43 527 121 44
Binary 10100101 10001 111010 0 1011010 1000001 100011 101010111 1010001 100100

Color Harmonies of #A5113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5113A

Black with #A5113A

Text Example


Text Example

White with #A5113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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