Html Css Color HEX #A91A41 Cardinal

📋 copy color: '#A91A41'

red 169 ◦ green 26 ◦ blue 65

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

Shades of Cardinal #A91A41

Tints of Cardinal #A91A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 65%
G = 10%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A91A41 (or 0xA91A41) is known color: Cardinal. HEX triplet: A9, 1A and 41. RGB value is (169,26,65). Sum of RGB (Red+Green+Blue) = 169+26+65=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91A41 is #56E5BE. Grayscale: #494949. Windows color (decimal): -5694911 or 4266665. OLE color: 4266665.

HSL color Cylindrical-coordinate representation of color #A91A41: hue angle of 343.64º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91A41 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 26 65 -
CMYK 0 0.85 0.62 0.34
HSL 343.64º 0.73% 0.38% -
HSV(B) 343.64º 0.85% 0.66% -
XYZ 17.69 9.56 5.91 -
YUV 73.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 169 26 65 0 0.85 0.62 0.34 343.64 0.73 0.38
Hex A9 1A 41 0 55 3E 22 158 49 26
Octal 251 32 101 0 125 76 42 530 111 46
Binary 10101001 11010 1000001 0 1010101 111110 100010 101011000 1001001 100110

Color Harmonies of #A91A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91A41

Black with #A91A41

Text Example


Text Example

White with #A91A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91A41; }

 p { color: rgb(169,26,65); }

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

background-color css

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

 a { background-color: rgb(169,26,65); }

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

border-color css

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

 span { border-color: rgb(169,26,65); }

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