Html Css Color HEX #A91541 Cardinal

📋 copy color: '#A91541'

red 169 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #A91541

Tints of Cardinal #A91541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 66.27%
G = 8.24%
B = 25.49%

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

#A91541 (or 0xA91541) is known color: Cardinal. HEX triplet: A9, 15 and 41. RGB value is (169,21,65). Sum of RGB (Red+Green+Blue) = 169+21+65=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A91541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91541 is #56EABE. Grayscale: #464646. Windows color (decimal): -5696191 or 4265385. OLE color: 4265385.

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

Color convert

RGB 169 21 65 -
CMYK 0 0.88 0.62 0.34
HSL 342.16º 0.78% 0.37% -
HSV(B) 342.16º 0.88% 0.66% -
XYZ 17.58 9.35 5.88 -
YUV 70.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 169 21 65 0 0.88 0.62 0.34 342.16 0.78 0.37
Hex A9 15 41 0 58 3E 22 156 4E 25
Octal 251 25 101 0 130 76 42 526 116 45
Binary 10101001 10101 1000001 0 1011000 111110 100010 101010110 1001110 100101

Color Harmonies of #A91541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91541

Black with #A91541

Text Example


Text Example

White with #A91541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91541; }

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

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

background-color css

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

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

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

border-color css

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

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

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