Html Css Color HEX #A81639 Cardinal

📋 copy color: '#A81639'

red 168 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #A81639

Tints of Cardinal #A81639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.08%

R = 68.02%
G = 8.91%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A81639 (or 0xA81639) is known color: Cardinal. HEX triplet: A8, 16 and 39. RGB value is (168,22,57). Sum of RGB (Red+Green+Blue) = 168+22+57=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A81639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81639 is #57E9C6. Grayscale: #454545. Windows color (decimal): -5761479 or 3741352. OLE color: 3741352.

HSL color Cylindrical-coordinate representation of color #A81639: hue angle of 345.62º 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 #A81639 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 57 -
CMYK 0 0.87 0.66 0.34
HSL 345.62º 0.77% 0.37% -
HSV(B) 345.62º 0.87% 0.66% -
XYZ 17.17 9.19 4.74 -
YUV 69.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 168 22 57 0 0.87 0.66 0.34 345.62 0.77 0.37
Hex A8 16 39 0 57 42 22 15A 4D 25
Octal 250 26 71 0 127 102 42 532 115 45
Binary 10101000 10110 111001 0 1010111 1000010 100010 101011010 1001101 100101

Color Harmonies of #A81639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81639

Black with #A81639

Text Example


Text Example

White with #A81639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81639; }

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

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

background-color css

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

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

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

border-color css

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

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

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