Html Css Color HEX #A81C40 Cardinal

📋 copy color: '#A81C40'

red 168 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #A81C40

Tints of Cardinal #A81C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

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

R = 64.62%
G = 10.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A81C40 (or 0xA81C40) is known color: Cardinal. HEX triplet: A8, 1C and 40. RGB value is (168,28,64). Sum of RGB (Red+Green+Blue) = 168+28+64=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81C40 is #57E3BF. Grayscale: #494949. Windows color (decimal): -5759936 or 4201640. OLE color: 4201640.

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

Color convert

RGB 168 28 64 -
CMYK 0 0.83 0.62 0.34
HSL 344.57º 0.71% 0.38% -
HSV(B) 344.57º 0.83% 0.66% -
XYZ 17.49 9.53 5.77 -
YUV 73.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 168 28 64 0 0.83 0.62 0.34 344.57 0.71 0.38
Hex A8 1C 40 0 53 3E 22 159 47 26
Octal 250 34 100 0 123 76 42 531 107 46
Binary 10101000 11100 1000000 0 1010011 111110 100010 101011001 1000111 100110

Color Harmonies of #A81C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81C40

Black with #A81C40

Text Example


Text Example

White with #A81C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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