Html Css Color HEX #A80539 Cardinal

📋 copy color: '#A80539'

red 168 ◦ green 5 ◦ blue 57

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

Shades of Cardinal #A80539

Tints of Cardinal #A80539

RGB

 RED value IS 168 (66.02% from 255) = 73.04%

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

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

R = 73.04%
G = 2.17%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A80539 (or 0xA80539) is known color: Cardinal. HEX triplet: A8, 05 and 39. RGB value is (168,5,57). Sum of RGB (Red+Green+Blue) = 168+5+57=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A80539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80539 is #57FAC6. Grayscale: #3B3B3B. Windows color (decimal): -5765831 or 3737000. OLE color: 3737000.

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

Color convert

RGB 168 5 57 -
CMYK 0 0.97 0.66 0.34
HSL 340.86º 0.94% 0.34% -
HSV(B) 340.86º 0.97% 0.66% -
XYZ 16.94 8.73 4.66 -
YUV 59.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 168 5 57 0 0.97 0.66 0.34 340.86 0.94 0.34
Hex A8 5 39 0 61 42 22 155 5E 22
Octal 250 5 71 0 141 102 42 525 136 42
Binary 10101000 101 111001 0 1100001 1000010 100010 101010101 1011110 100010

Color Harmonies of #A80539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80539

Black with #A80539

Text Example


Text Example

White with #A80539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80539; }

 p { color: rgb(168,5,57); }

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

background-color css

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

 a { background-color: rgb(168,5,57); }

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

border-color css

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

 span { border-color: rgb(168,5,57); }

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