Html Css Color HEX #A81631 Cardinal

📋 copy color: '#A81631'

red 168 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #A81631

Tints of Cardinal #A81631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 70.29%
G = 9.21%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A81631 (or 0xA81631) is known color: Cardinal. HEX triplet: A8, 16 and 31. RGB value is (168,22,49). Sum of RGB (Red+Green+Blue) = 168+22+49=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A81631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81631 is #57E9CE. Grayscale: #444444. Windows color (decimal): -5761487 or 3217064. OLE color: 3217064.

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

Color convert

RGB 168 22 49 -
CMYK 0 0.87 0.71 0.34
HSL 348.9º 0.77% 0.37% -
HSV(B) 348.9º 0.87% 0.66% -
XYZ 16.99 9.12 3.77 -
YUV 68.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 168 22 49 0 0.87 0.71 0.34 348.9 0.77 0.37
Hex A8 16 31 0 57 47 22 15D 4D 25
Octal 250 26 61 0 127 107 42 535 115 45
Binary 10101000 10110 110001 0 1010111 1000111 100010 101011101 1001101 100101

Color Harmonies of #A81631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81631

Black with #A81631

Text Example


Text Example

White with #A81631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81631; }

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

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

background-color css

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

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

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

border-color css

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

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

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