Html Css Color HEX #A81740 Cardinal

📋 copy color: '#A81740'

red 168 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #A81740

Tints of Cardinal #A81740

RGB

 RED value IS 168 (66.02% from 255) = 65.88%

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 65.88%
G = 9.02%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A81740 (or 0xA81740) is known color: Cardinal. HEX triplet: A8, 17 and 40. RGB value is (168,23,64). Sum of RGB (Red+Green+Blue) = 168+23+64=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81740 is #57E8BF. Grayscale: #474747. Windows color (decimal): -5761216 or 4200360. OLE color: 4200360.

HSL color Cylindrical-coordinate representation of color #A81740: hue angle of 343.03º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81740 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 64 -
CMYK 0 0.86 0.62 0.34
HSL 343.03º 0.76% 0.37% -
HSV(B) 343.03º 0.86% 0.66% -
XYZ 17.38 9.31 5.73 -
YUV 71.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 168 23 64 0 0.86 0.62 0.34 343.03 0.76 0.37
Hex A8 17 40 0 56 3E 22 157 4C 25
Octal 250 27 100 0 126 76 42 527 114 45
Binary 10101000 10111 1000000 0 1010110 111110 100010 101010111 1001100 100101

Color Harmonies of #A81740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81740

Black with #A81740

Text Example


Text Example

White with #A81740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81740; }

 p { color: rgb(168,23,64); }

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

background-color css

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

 a { background-color: rgb(168,23,64); }

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

border-color css

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

 span { border-color: rgb(168,23,64); }

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