Html Css Color HEX #A80939 Cardinal

📋 copy color: '#A80939'

red 168 ◦ green 9 ◦ blue 57

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

Shades of Cardinal #A80939

Tints of Cardinal #A80939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

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

R = 71.79%
G = 3.85%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A80939 (or 0xA80939) is known color: Cardinal. HEX triplet: A8, 09 and 39. RGB value is (168,9,57). Sum of RGB (Red+Green+Blue) = 168+9+57=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A80939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80939 is #57F6C6. Grayscale: #3D3D3D. Windows color (decimal): -5764807 or 3738024. OLE color: 3738024.

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

Color convert

RGB 168 9 57 -
CMYK 0 0.95 0.66 0.34
HSL 341.89º 0.9% 0.35% -
HSV(B) 341.89º 0.95% 0.66% -
XYZ 16.98 8.82 4.68 -
YUV 62.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 168 9 57 0 0.95 0.66 0.34 341.89 0.9 0.35
Hex A8 9 39 0 5F 42 22 156 5A 23
Octal 250 11 71 0 137 102 42 526 132 43
Binary 10101000 1001 111001 0 1011111 1000010 100010 101010110 1011010 100011

Color Harmonies of #A80939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80939

Black with #A80939

Text Example


Text Example

White with #A80939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80939; }

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

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

background-color css

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

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

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

border-color css

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

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

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