Html Css Color HEX #A90737 Cardinal

📋 copy color: '#A90737'

red 169 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #A90737

Tints of Cardinal #A90737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 73.16%
G = 3.03%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A90737 (or 0xA90737) is known color: Cardinal. HEX triplet: A9, 07 and 37. RGB value is (169,7,55). Sum of RGB (Red+Green+Blue) = 169+7+55=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A90737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90737 is #56F8C8. Grayscale: #3C3C3C. Windows color (decimal): -5699785 or 3606441. OLE color: 3606441.

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

Color convert

RGB 169 7 55 -
CMYK 0 0.96 0.67 0.34
HSL 342.22º 0.92% 0.35% -
HSV(B) 342.22º 0.96% 0.66% -
XYZ 17.13 8.86 4.42 -
YUV 60.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 169 7 55 0 0.96 0.67 0.34 342.22 0.92 0.35
Hex A9 7 37 0 60 43 22 156 5C 23
Octal 251 7 67 0 140 103 42 526 134 43
Binary 10101001 111 110111 0 1100000 1000011 100010 101010110 1011100 100011

Color Harmonies of #A90737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90737

Black with #A90737

Text Example


Text Example

White with #A90737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90737; }

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

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

background-color css

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

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

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

border-color css

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

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

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