Html Css Color HEX #A91737 Cardinal

📋 copy color: '#A91737'

red 169 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #A91737

Tints of Cardinal #A91737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 68.42%
G = 9.31%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A91737 (or 0xA91737) is known color: Cardinal. HEX triplet: A9, 17 and 37. RGB value is (169,23,55). Sum of RGB (Red+Green+Blue) = 169+23+55=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A91737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91737 is #56E8C8. Grayscale: #464646. Windows color (decimal): -5695689 or 3610537. OLE color: 3610537.

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

Color convert

RGB 169 23 55 -
CMYK 0 0.86 0.67 0.34
HSL 346.85º 0.76% 0.38% -
HSV(B) 346.85º 0.86% 0.66% -
XYZ 17.36 9.32 4.5 -
YUV 70.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 169 23 55 0 0.86 0.67 0.34 346.85 0.76 0.38
Hex A9 17 37 0 56 43 22 15B 4C 26
Octal 251 27 67 0 126 103 42 533 114 46
Binary 10101001 10111 110111 0 1010110 1000011 100010 101011011 1001100 100110

Color Harmonies of #A91737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91737

Black with #A91737

Text Example


Text Example

White with #A91737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91737; }

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

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

background-color css

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

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

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

border-color css

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

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

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