Html Css Color HEX #A91736 Cardinal

📋 copy color: '#A91736'

red 169 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #A91736

Tints of Cardinal #A91736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 68.7%
G = 9.35%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A91736 (or 0xA91736) is known color: Cardinal. HEX triplet: A9, 17 and 36. RGB value is (169,23,54). Sum of RGB (Red+Green+Blue) = 169+23+54=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A91736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91736 is #56E8C9. Grayscale: #464646. Windows color (decimal): -5695690 or 3545001. OLE color: 3545001.

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

Color convert

RGB 169 23 54 -
CMYK 0 0.86 0.68 0.34
HSL 347.26º 0.76% 0.38% -
HSV(B) 347.26º 0.86% 0.66% -
XYZ 17.33 9.31 4.37 -
YUV 70.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 169 23 54 0 0.86 0.68 0.34 347.26 0.76 0.38
Hex A9 17 36 0 56 44 22 15B 4C 26
Octal 251 27 66 0 126 104 42 533 114 46
Binary 10101001 10111 110110 0 1010110 1000100 100010 101011011 1001100 100110

Color Harmonies of #A91736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91736

Black with #A91736

Text Example


Text Example

White with #A91736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91736; }

 p { color: rgb(169,23,54); }

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

background-color css

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

 a { background-color: rgb(169,23,54); }

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

border-color css

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

 span { border-color: rgb(169,23,54); }

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