Html Css Color HEX #A81131 Cardinal

📋 copy color: '#A81131'

red 168 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #A81131

Tints of Cardinal #A81131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

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

R = 71.79%
G = 7.26%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A81131 (or 0xA81131) is known color: Cardinal. HEX triplet: A8, 11 and 31. RGB value is (168,17,49). Sum of RGB (Red+Green+Blue) = 168+17+49=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A81131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81131 is #57EECE. Grayscale: #414141. Windows color (decimal): -5762767 or 3215784. OLE color: 3215784.

HSL color Cylindrical-coordinate representation of color #A81131: hue angle of 347.28º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81131 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 49 -
CMYK 0 0.90 0.71 0.34
HSL 347.28º 0.82% 0.36% -
HSV(B) 347.28º 0.9% 0.66% -
XYZ 16.9 8.95 3.74 -
YUV 65.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 168 17 49 0 0.90 0.71 0.34 347.28 0.82 0.36
Hex A8 11 31 0 5A 47 22 15B 52 24
Octal 250 21 61 0 132 107 42 533 122 44
Binary 10101000 10001 110001 0 1011010 1000111 100010 101011011 1010010 100100

Color Harmonies of #A81131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81131

Black with #A81131

Text Example


Text Example

White with #A81131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81131; }

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

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

background-color css

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

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

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

border-color css

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

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

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