Html Css Color HEX #A91831 Cardinal

📋 copy color: '#A91831'

red 169 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #A91831

Tints of Cardinal #A91831

RGB

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

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

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

R = 69.83%
G = 9.92%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A91831 (or 0xA91831) is known color: Cardinal. HEX triplet: A9, 18 and 31. RGB value is (169,24,49). Sum of RGB (Red+Green+Blue) = 169+24+49=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A91831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91831 is #56E7CE. Grayscale: #464646. Windows color (decimal): -5695439 or 3217577. OLE color: 3217577.

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

Color convert

RGB 169 24 49 -
CMYK 0 0.86 0.71 0.34
HSL 349.66º 0.75% 0.38% -
HSV(B) 349.66º 0.86% 0.66% -
XYZ 17.24 9.31 3.79 -
YUV 70.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 169 24 49 0 0.86 0.71 0.34 349.66 0.75 0.38
Hex A9 18 31 0 56 47 22 15E 4B 26
Octal 251 30 61 0 126 107 42 536 113 46
Binary 10101001 11000 110001 0 1010110 1000111 100010 101011110 1001011 100110

Color Harmonies of #A91831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91831

Black with #A91831

Text Example


Text Example

White with #A91831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91831; }

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

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

background-color css

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

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

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

border-color css

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

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

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