Html Css Color HEX #A90537 Cardinal

📋 copy color: '#A90537'

red 169 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #A90537

Tints of Cardinal #A90537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 73.8%
G = 2.18%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A90537 (or 0xA90537) is known color: Cardinal. HEX triplet: A9, 05 and 37. RGB value is (169,5,55). Sum of RGB (Red+Green+Blue) = 169+5+55=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A90537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90537 is #56FAC8. Grayscale: #3B3B3B. Windows color (decimal): -5700297 or 3605929. OLE color: 3605929.

HSL color Cylindrical-coordinate representation of color #A90537: hue angle of 341.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90537 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 5 55 -
CMYK 0 0.97 0.67 0.34
HSL 341.71º 0.94% 0.34% -
HSV(B) 341.71º 0.97% 0.66% -
XYZ 17.11 8.82 4.42 -
YUV 59.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 169 5 55 0 0.97 0.67 0.34 341.71 0.94 0.34
Hex A9 5 37 0 61 43 22 156 5E 22
Octal 251 5 67 0 141 103 42 526 136 42
Binary 10101001 101 110111 0 1100001 1000011 100010 101010110 1011110 100010

Color Harmonies of #A90537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90537

Black with #A90537

Text Example


Text Example

White with #A90537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90537; }

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

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

background-color css

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

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

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

border-color css

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

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

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