Html Css Color HEX #A91031 Cardinal

📋 copy color: '#A91031'

red 169 ◦ green 16 ◦ blue 49

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

Shades of Cardinal #A91031

Tints of Cardinal #A91031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 72.22%
G = 6.84%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A91031 (or 0xA91031) is known color: Cardinal. HEX triplet: A9, 10 and 31. RGB value is (169,16,49). Sum of RGB (Red+Green+Blue) = 169+16+49=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A91031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91031 is #56EFCE. Grayscale: #414141. Windows color (decimal): -5697487 or 3215529. OLE color: 3215529.

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

Color convert

RGB 169 16 49 -
CMYK 0 0.91 0.71 0.34
HSL 347.06º 0.83% 0.36% -
HSV(B) 347.06º 0.91% 0.66% -
XYZ 17.1 9.03 3.75 -
YUV 65.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 169 16 49 0 0.91 0.71 0.34 347.06 0.83 0.36
Hex A9 10 31 0 5B 47 22 15B 53 24
Octal 251 20 61 0 133 107 42 533 123 44
Binary 10101001 10000 110001 0 1011011 1000111 100010 101011011 1010011 100100

Color Harmonies of #A91031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91031

Black with #A91031

Text Example


Text Example

White with #A91031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91031; }

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

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

background-color css

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

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

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

border-color css

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

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

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