Html Css Color HEX #A5143A Cardinal

📋 copy color: '#A5143A'

red 165 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #A5143A

Tints of Cardinal #A5143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 67.9%
G = 8.23%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5143A (or 0xA5143A) is known color: Cardinal. HEX triplet: A5, 14 and 3A. RGB value is (165,20,58). Sum of RGB (Red+Green+Blue) = 165+20+58=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5143A is #5AEBC5. Grayscale: #434343. Windows color (decimal): -5958598 or 3806373. OLE color: 3806373.

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

Color convert

RGB 165 20 58 -
CMYK 0 0.88 0.65 0.35
HSL 344.28º 0.78% 0.36% -
HSV(B) 344.28º 0.88% 0.65% -
XYZ 16.53 8.81 4.83 -
YUV 67.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 165 20 58 0 0.88 0.65 0.35 344.28 0.78 0.36
Hex A5 14 3A 0 58 41 23 158 4E 24
Octal 245 24 72 0 130 101 43 530 116 44
Binary 10100101 10100 111010 0 1011000 1000001 100011 101011000 1001110 100100

Color Harmonies of #A5143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5143A

Black with #A5143A

Text Example


Text Example

White with #A5143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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