Html Css Color HEX #A91241 Cardinal

📋 copy color: '#A91241'

red 169 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #A91241

Tints of Cardinal #A91241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 67.06%
G = 7.14%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A91241 (or 0xA91241) is known color: Cardinal. HEX triplet: A9, 12 and 41. RGB value is (169,18,65). Sum of RGB (Red+Green+Blue) = 169+18+65=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A91241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91241 is #56EDBE. Grayscale: #444444. Windows color (decimal): -5696959 or 4264617. OLE color: 4264617.

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

Color convert

RGB 169 18 65 -
CMYK 0 0.89 0.62 0.34
HSL 341.32º 0.81% 0.37% -
HSV(B) 341.32º 0.89% 0.66% -
XYZ 17.53 9.25 5.86 -
YUV 68.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 169 18 65 0 0.89 0.62 0.34 341.32 0.81 0.37
Hex A9 12 41 0 59 3E 22 155 51 25
Octal 251 22 101 0 131 76 42 525 121 45
Binary 10101001 10010 1000001 0 1011001 111110 100010 101010101 1010001 100101

Color Harmonies of #A91241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91241

Black with #A91241

Text Example


Text Example

White with #A91241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91241; }

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

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

background-color css

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

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

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

border-color css

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

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

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