Html Css Color HEX #A91C44 Cardinal

📋 copy color: '#A91C44'

red 169 ◦ green 28 ◦ blue 68

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

Shades of Cardinal #A91C44

Tints of Cardinal #A91C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.57%

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

R = 63.77%
G = 10.57%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A91C44 (or 0xA91C44) is known color: Cardinal. HEX triplet: A9, 1C and 44. RGB value is (169,28,68). Sum of RGB (Red+Green+Blue) = 169+28+68=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C44 is #56E3BB. Grayscale: #4A4A4A. Windows color (decimal): -5694396 or 4463785. OLE color: 4463785.

HSL color Cylindrical-coordinate representation of color #A91C44: hue angle of 342.98º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C44 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 68 -
CMYK 0 0.83 0.60 0.34
HSL 342.98º 0.72% 0.39% -
HSV(B) 342.98º 0.83% 0.66% -
XYZ 17.82 9.68 6.4 -
YUV 74.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 169 28 68 0 0.83 0.60 0.34 342.98 0.72 0.39
Hex A9 1C 44 0 53 3C 22 157 48 27
Octal 251 34 104 0 123 74 42 527 110 47
Binary 10101001 11100 1000100 0 1010011 111100 100010 101010111 1001000 100111

Color Harmonies of #A91C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C44

Black with #A91C44

Text Example


Text Example

White with #A91C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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