Html Css Color HEX #A81640 Cardinal

📋 copy color: '#A81640'

red 168 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #A81640

Tints of Cardinal #A81640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 66.14%
G = 8.66%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A81640 (or 0xA81640) is known color: Cardinal. HEX triplet: A8, 16 and 40. RGB value is (168,22,64). Sum of RGB (Red+Green+Blue) = 168+22+64=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A81640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81640 is #57E9BF. Grayscale: #464646. Windows color (decimal): -5761472 or 4200104. OLE color: 4200104.

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

Color convert

RGB 168 22 64 -
CMYK 0 0.87 0.62 0.34
HSL 342.74º 0.77% 0.37% -
HSV(B) 342.74º 0.87% 0.66% -
XYZ 17.36 9.27 5.72 -
YUV 70.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 168 22 64 0 0.87 0.62 0.34 342.74 0.77 0.37
Hex A8 16 40 0 57 3E 22 157 4D 25
Octal 250 26 100 0 127 76 42 527 115 45
Binary 10101000 10110 1000000 0 1010111 111110 100010 101010111 1001101 100101

Color Harmonies of #A81640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81640

Black with #A81640

Text Example


Text Example

White with #A81640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81640; }

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

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

background-color css

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

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

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

border-color css

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

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

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