Html Css Color HEX #A91844 Cardinal

📋 copy color: '#A91844'

red 169 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #A91844

Tints of Cardinal #A91844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 64.75%
G = 9.2%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A91844 (or 0xA91844) is known color: Cardinal. HEX triplet: A9, 18 and 44. RGB value is (169,24,68). Sum of RGB (Red+Green+Blue) = 169+24+68=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A91844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91844 is #56E7BB. Grayscale: #484848. Windows color (decimal): -5695420 or 4462761. OLE color: 4462761.

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

Color convert

RGB 169 24 68 -
CMYK 0 0.86 0.60 0.34
HSL 341.79º 0.75% 0.38% -
HSV(B) 341.79º 0.86% 0.66% -
XYZ 17.73 9.51 6.37 -
YUV 72.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 169 24 68 0 0.86 0.60 0.34 341.79 0.75 0.38
Hex A9 18 44 0 56 3C 22 156 4B 26
Octal 251 30 104 0 126 74 42 526 113 46
Binary 10101001 11000 1000100 0 1010110 111100 100010 101010110 1001011 100110

Color Harmonies of #A91844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91844

Black with #A91844

Text Example


Text Example

White with #A91844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91844; }

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

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

background-color css

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

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

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

border-color css

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

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

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