Html Css Color HEX #A92040 Cardinal

📋 copy color: '#A92040'

red 169 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #A92040

Tints of Cardinal #A92040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 63.77%
G = 12.08%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A92040 (or 0xA92040) is known color: Cardinal. HEX triplet: A9, 20 and 40. RGB value is (169,32,64). Sum of RGB (Red+Green+Blue) = 169+32+64=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A92040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92040 is #56DFBF. Grayscale: #4C4C4C. Windows color (decimal): -5693376 or 4202665. OLE color: 4202665.

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

Color convert

RGB 169 32 64 -
CMYK 0 0.81 0.62 0.34
HSL 345.99º 0.68% 0.39% -
HSV(B) 345.99º 0.81% 0.66% -
XYZ 17.8 9.84 5.81 -
YUV 76.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 169 32 64 0 0.81 0.62 0.34 345.99 0.68 0.39
Hex A9 20 40 0 51 3E 22 15A 44 27
Octal 251 40 100 0 121 76 42 532 104 47
Binary 10101001 100000 1000000 0 1010001 111110 100010 101011010 1000100 100111

Color Harmonies of #A92040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92040

Black with #A92040

Text Example


Text Example

White with #A92040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92040; }

 p { color: rgb(169,32,64); }

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

background-color css

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

 a { background-color: rgb(169,32,64); }

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

border-color css

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

 span { border-color: rgb(169,32,64); }

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