Html Css Color HEX #A80C38 Cardinal

📋 copy color: '#A80C38'

red 168 ◦ green 12 ◦ blue 56

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

Shades of Cardinal #A80C38

Tints of Cardinal #A80C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 71.19%
G = 5.08%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A80C38 (or 0xA80C38) is known color: Cardinal. HEX triplet: A8, 0C and 38. RGB value is (168,12,56). Sum of RGB (Red+Green+Blue) = 168+12+56=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C38 is #57F3C7. Grayscale: #3F3F3F. Windows color (decimal): -5764040 or 3673256. OLE color: 3673256.

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

Color convert

RGB 168 12 56 -
CMYK 0 0.93 0.67 0.34
HSL 343.08º 0.87% 0.35% -
HSV(B) 343.08º 0.93% 0.66% -
XYZ 16.99 8.87 4.56 -
YUV 63.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 168 12 56 0 0.93 0.67 0.34 343.08 0.87 0.35
Hex A8 C 38 0 5D 43 22 157 57 23
Octal 250 14 70 0 135 103 42 527 127 43
Binary 10101000 1100 111000 0 1011101 1000011 100010 101010111 1010111 100011

Color Harmonies of #A80C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C38

Black with #A80C38

Text Example


Text Example

White with #A80C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C38; }

 p { color: rgb(168,12,56); }

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

background-color css

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

 a { background-color: rgb(168,12,56); }

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

border-color css

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

 span { border-color: rgb(168,12,56); }

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