Html Css Color HEX #A91139 Cardinal

📋 copy color: '#A91139'

red 169 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #A91139

Tints of Cardinal #A91139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 69.55%
G = 7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A91139 (or 0xA91139) is known color: Cardinal. HEX triplet: A9, 11 and 39. RGB value is (169,17,57). Sum of RGB (Red+Green+Blue) = 169+17+57=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A91139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91139 is #56EEC6. Grayscale: #434343. Windows color (decimal): -5697223 or 3740073. OLE color: 3740073.

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

Color convert

RGB 169 17 57 -
CMYK 0 0.90 0.66 0.34
HSL 344.21º 0.82% 0.36% -
HSV(B) 344.21º 0.9% 0.66% -
XYZ 17.3 9.13 4.72 -
YUV 67.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 169 17 57 0 0.90 0.66 0.34 344.21 0.82 0.36
Hex A9 11 39 0 5A 42 22 158 52 24
Octal 251 21 71 0 132 102 42 530 122 44
Binary 10101001 10001 111001 0 1011010 1000010 100010 101011000 1010010 100100

Color Harmonies of #A91139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91139

Black with #A91139

Text Example


Text Example

White with #A91139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91139; }

 p { color: rgb(169,17,57); }

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

background-color css

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

 a { background-color: rgb(169,17,57); }

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

border-color css

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

 span { border-color: rgb(169,17,57); }

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