Html Css Color HEX #A92039 Cardinal

📋 copy color: '#A92039'

red 169 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #A92039

Tints of Cardinal #A92039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 65.5%
G = 12.4%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A92039 (or 0xA92039) is known color: Cardinal. HEX triplet: A9, 20 and 39. RGB value is (169,32,57). Sum of RGB (Red+Green+Blue) = 169+32+57=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A92039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92039 is #56DFC6. Grayscale: #4B4B4B. Windows color (decimal): -5693383 or 3743913. OLE color: 3743913.

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

Color convert

RGB 169 32 57 -
CMYK 0 0.81 0.66 0.34
HSL 349.05º 0.68% 0.39% -
HSV(B) 349.05º 0.81% 0.66% -
XYZ 17.62 9.76 4.83 -
YUV 75.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 169 32 57 0 0.81 0.66 0.34 349.05 0.68 0.39
Hex A9 20 39 0 51 42 22 15D 44 27
Octal 251 40 71 0 121 102 42 535 104 47
Binary 10101001 100000 111001 0 1010001 1000010 100010 101011101 1000100 100111

Color Harmonies of #A92039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92039

Black with #A92039

Text Example


Text Example

White with #A92039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92039; }

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

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

background-color css

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

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

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

border-color css

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

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

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