Html Css Color HEX #A91841 Cardinal

📋 copy color: '#A91841'

red 169 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #A91841

Tints of Cardinal #A91841

RGB

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

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

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

R = 65.5%
G = 9.3%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A91841 (or 0xA91841) is known color: Cardinal. HEX triplet: A9, 18 and 41. RGB value is (169,24,65). Sum of RGB (Red+Green+Blue) = 169+24+65=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91841 is #56E7BE. Grayscale: #484848. Windows color (decimal): -5695423 or 4266153. OLE color: 4266153.

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

Color convert

RGB 169 24 65 -
CMYK 0 0.86 0.62 0.34
HSL 343.03º 0.75% 0.38% -
HSV(B) 343.03º 0.86% 0.66% -
XYZ 17.64 9.47 5.9 -
YUV 72.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 169 24 65 0 0.86 0.62 0.34 343.03 0.75 0.38
Hex A9 18 41 0 56 3E 22 157 4B 26
Octal 251 30 101 0 126 76 42 527 113 46
Binary 10101001 11000 1000001 0 1010110 111110 100010 101010111 1001011 100110

Color Harmonies of #A91841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91841

Black with #A91841

Text Example


Text Example

White with #A91841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91841; }

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

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

background-color css

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

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

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

border-color css

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

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

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