Html Css Color HEX #A81140 Cardinal

📋 copy color: '#A81140'

red 168 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #A81140

Tints of Cardinal #A81140

RGB

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

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

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

R = 67.47%
G = 6.83%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A81140 (or 0xA81140) is known color: Cardinal. HEX triplet: A8, 11 and 40. RGB value is (168,17,64). Sum of RGB (Red+Green+Blue) = 168+17+64=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A81140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81140 is #57EEBF. Grayscale: #434343. Windows color (decimal): -5762752 or 4198824. OLE color: 4198824.

HSL color Cylindrical-coordinate representation of color #A81140: hue angle of 341.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81140 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 64 -
CMYK 0 0.90 0.62 0.34
HSL 341.32º 0.82% 0.36% -
HSV(B) 341.32º 0.9% 0.66% -
XYZ 17.27 9.1 5.7 -
YUV 67.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 168 17 64 0 0.90 0.62 0.34 341.32 0.82 0.36
Hex A8 11 40 0 5A 3E 22 155 52 24
Octal 250 21 100 0 132 76 42 525 122 44
Binary 10101000 10001 1000000 0 1011010 111110 100010 101010101 1010010 100100

Color Harmonies of #A81140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81140

Black with #A81140

Text Example


Text Example

White with #A81140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81140; }

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

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

background-color css

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

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

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

border-color css

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

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

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