Html Css Color HEX #A81A40 Cardinal

📋 copy color: '#A81A40'

red 168 ◦ green 26 ◦ blue 64

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

Shades of Cardinal #A81A40

Tints of Cardinal #A81A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

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

R = 65.12%
G = 10.08%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A81A40 (or 0xA81A40) is known color: Cardinal. HEX triplet: A8, 1A and 40. RGB value is (168,26,64). Sum of RGB (Red+Green+Blue) = 168+26+64=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A40 is #57E5BF. Grayscale: #484848. Windows color (decimal): -5760448 or 4201128. OLE color: 4201128.

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

Color convert

RGB 168 26 64 -
CMYK 0 0.85 0.62 0.34
HSL 343.94º 0.73% 0.38% -
HSV(B) 343.94º 0.85% 0.66% -
XYZ 17.44 9.43 5.75 -
YUV 72.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 168 26 64 0 0.85 0.62 0.34 343.94 0.73 0.38
Hex A8 1A 40 0 55 3E 22 158 49 26
Octal 250 32 100 0 125 76 42 530 111 46
Binary 10101000 11010 1000000 0 1010101 111110 100010 101011000 1001001 100110

Color Harmonies of #A81A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A40

Black with #A81A40

Text Example


Text Example

White with #A81A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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