Html Css Color HEX #A91631 Cardinal

📋 copy color: '#A91631'

red 169 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #A91631

Tints of Cardinal #A91631

RGB

 RED value IS 169 (66.41% from 255) = 70.42%

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

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

R = 70.42%
G = 9.17%
B = 20.42%

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

#A91631 (or 0xA91631) is known color: Cardinal. HEX triplet: A9, 16 and 31. RGB value is (169,22,49). Sum of RGB (Red+Green+Blue) = 169+22+49=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A91631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91631 is #56E9CE. Grayscale: #454545. Windows color (decimal): -5695951 or 3217065. OLE color: 3217065.

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

Color convert

RGB 169 22 49 -
CMYK 0 0.87 0.71 0.34
HSL 348.98º 0.77% 0.37% -
HSV(B) 348.98º 0.87% 0.66% -
XYZ 17.2 9.23 3.78 -
YUV 69.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 169 22 49 0 0.87 0.71 0.34 348.98 0.77 0.37
Hex A9 16 31 0 57 47 22 15D 4D 25
Octal 251 26 61 0 127 107 42 535 115 45
Binary 10101001 10110 110001 0 1010111 1000111 100010 101011101 1001101 100101

Color Harmonies of #A91631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91631

Black with #A91631

Text Example


Text Example

White with #A91631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91631; }

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

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

background-color css

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

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

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

border-color css

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

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

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