Html Css Color HEX #A81736 Cardinal

📋 copy color: '#A81736'

red 168 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #A81736

Tints of Cardinal #A81736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 68.57%
G = 9.39%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A81736 (or 0xA81736) is known color: Cardinal. HEX triplet: A8, 17 and 36. RGB value is (168,23,54). Sum of RGB (Red+Green+Blue) = 168+23+54=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A81736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81736 is #57E8C9. Grayscale: #454545. Windows color (decimal): -5761226 or 3545000. OLE color: 3545000.

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

Color convert

RGB 168 23 54 -
CMYK 0 0.86 0.68 0.34
HSL 347.17º 0.76% 0.37% -
HSV(B) 347.17º 0.86% 0.66% -
XYZ 17.12 9.2 4.36 -
YUV 69.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 168 23 54 0 0.86 0.68 0.34 347.17 0.76 0.37
Hex A8 17 36 0 56 44 22 15B 4C 25
Octal 250 27 66 0 126 104 42 533 114 45
Binary 10101000 10111 110110 0 1010110 1000100 100010 101011011 1001100 100101

Color Harmonies of #A81736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81736

Black with #A81736

Text Example


Text Example

White with #A81736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81736; }

 p { color: rgb(168,23,54); }

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

background-color css

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

 a { background-color: rgb(168,23,54); }

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

border-color css

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

 span { border-color: rgb(168,23,54); }

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