#C5162E

Color #C5162E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C5162E

Tints of Cardinal #C5162E

Color information

#C5162E (or 0xC5162E) is unknown color: approx Cardinal. HEX triplet: C5, 16 and 2E. RGB value is (197,22,46). Sum of RGB (Red+Green+Blue) = 197+22+46=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5162E is #3AE9D1. Grayscale: #4D4D4D. Windows color (decimal): -3860946 or 3020485. OLE color: 3020485.

HSL color Cylindrical-coordinate representation of color #C5162E: hue angle of 351.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5162E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB1972246-
CMYK00.890.770.23
HSL351.77º79.91%42.94%-
HSV(B)351.77º88.83%77.25%-
XYZ23.8112.643.77-
YUV77.06110.48213.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 74.34%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=74.34%
G=8.30%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197224600.890.770.23351.7779.9142.94
HexC5162E0594D17160502b
Octal305265601311152754012053
Binary1100010110110101110010110011001101101111011000001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5162E; }

 p { color: rgb(197,22,46); }

 H1.HeaderClassName
 {
   color: #C5162E;
 }
 .AnyTagClassName
 {
   color: #C5162E;
 }
</style>
background-color css

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

 a { background-color: rgb(197,22,46); }

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

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

 span { border-color: rgb(197,22,46); }

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