Html Css Color HEX #A91441 Cardinal

📋 copy color: '#A91441'

red 169 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #A91441

Tints of Cardinal #A91441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 66.54%
G = 7.87%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A91441 (or 0xA91441) is known color: Cardinal. HEX triplet: A9, 14 and 41. RGB value is (169,20,65). Sum of RGB (Red+Green+Blue) = 169+20+65=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A91441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91441 is #56EBBE. Grayscale: #454545. Windows color (decimal): -5696447 or 4265129. OLE color: 4265129.

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

Color convert

RGB 169 20 65 -
CMYK 0 0.88 0.62 0.34
HSL 341.88º 0.79% 0.37% -
HSV(B) 341.88º 0.88% 0.66% -
XYZ 17.57 9.32 5.87 -
YUV 69.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 169 20 65 0 0.88 0.62 0.34 341.88 0.79 0.37
Hex A9 14 41 0 58 3E 22 156 4F 25
Octal 251 24 101 0 130 76 42 526 117 45
Binary 10101001 10100 1000001 0 1011000 111110 100010 101010110 1001111 100101

Color Harmonies of #A91441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91441

Black with #A91441

Text Example


Text Example

White with #A91441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91441; }

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

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

background-color css

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

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

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

border-color css

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

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

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