Html Css Color HEX #A80E35 Cardinal

📋 copy color: '#A80E35'

red 168 ◦ green 14 ◦ blue 53

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

Shades of Cardinal #A80E35

Tints of Cardinal #A80E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.96%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 71.49%
G = 5.96%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A80E35 (or 0xA80E35) is known color: Cardinal. HEX triplet: A8, 0E and 35. RGB value is (168,14,53). Sum of RGB (Red+Green+Blue) = 168+14+53=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E35 is #57F1CA. Grayscale: #404040. Windows color (decimal): -5763531 or 3477160. OLE color: 3477160.

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

Color convert

RGB 168 14 53 -
CMYK 0 0.92 0.68 0.34
HSL 344.81º 0.85% 0.36% -
HSV(B) 344.81º 0.92% 0.66% -
XYZ 16.95 8.9 4.19 -
YUV 64.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 168 14 53 0 0.92 0.68 0.34 344.81 0.85 0.36
Hex A8 E 35 0 5C 44 22 159 55 24
Octal 250 16 65 0 134 104 42 531 125 44
Binary 10101000 1110 110101 0 1011100 1000100 100010 101011001 1010101 100100

Color Harmonies of #A80E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E35

Black with #A80E35

Text Example


Text Example

White with #A80E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E35; }

 p { color: rgb(168,14,53); }

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

background-color css

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

 a { background-color: rgb(168,14,53); }

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

border-color css

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

 span { border-color: rgb(168,14,53); }

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