Html Css Color HEX #A81840 Cardinal

📋 copy color: '#A81840'

red 168 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #A81840

Tints of Cardinal #A81840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

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

R = 65.63%
G = 9.38%
B = 25%

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

#A81840 (or 0xA81840) is known color: Cardinal. HEX triplet: A8, 18 and 40. RGB value is (168,24,64). Sum of RGB (Red+Green+Blue) = 168+24+64=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81840 is #57E7BF. Grayscale: #474747. Windows color (decimal): -5760960 or 4200616. OLE color: 4200616.

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

Color convert

RGB 168 24 64 -
CMYK 0 0.86 0.62 0.34
HSL 343.33º 0.75% 0.38% -
HSV(B) 343.33º 0.86% 0.66% -
XYZ 17.4 9.35 5.74 -
YUV 71.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 168 24 64 0 0.86 0.62 0.34 343.33 0.75 0.38
Hex A8 18 40 0 56 3E 22 157 4B 26
Octal 250 30 100 0 126 76 42 527 113 46
Binary 10101000 11000 1000000 0 1010110 111110 100010 101010111 1001011 100110

Color Harmonies of #A81840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81840

Black with #A81840

Text Example


Text Example

White with #A81840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81840; }

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

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

background-color css

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

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

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

border-color css

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

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

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