Html Css Color HEX #A81837 Cardinal

📋 copy color: '#A81837'

red 168 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #A81837

Tints of Cardinal #A81837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 68.02%
G = 9.72%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A81837 (or 0xA81837) is known color: Cardinal. HEX triplet: A8, 18 and 37. RGB value is (168,24,55). Sum of RGB (Red+Green+Blue) = 168+24+55=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A81837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81837 is #57E7C8. Grayscale: #464646. Windows color (decimal): -5760969 or 3610792. OLE color: 3610792.

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

Color convert

RGB 168 24 55 -
CMYK 0 0.86 0.67 0.34
HSL 347.08º 0.75% 0.38% -
HSV(B) 347.08º 0.86% 0.66% -
XYZ 17.16 9.25 4.5 -
YUV 70.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 168 24 55 0 0.86 0.67 0.34 347.08 0.75 0.38
Hex A8 18 37 0 56 43 22 15B 4B 26
Octal 250 30 67 0 126 103 42 533 113 46
Binary 10101000 11000 110111 0 1010110 1000011 100010 101011011 1001011 100110

Color Harmonies of #A81837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81837

Black with #A81837

Text Example


Text Example

White with #A81837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81837; }

 p { color: rgb(168,24,55); }

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

background-color css

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

 a { background-color: rgb(168,24,55); }

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

border-color css

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

 span { border-color: rgb(168,24,55); }

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