#C51B46

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

Shades of Cardinal #C51B46

Tints of Cardinal #C51B46

Color information

#C51B46 (or 0xC51B46) is unknown color: approx Cardinal. HEX triplet: C5, 1B and 46. RGB value is (197,27,70). Sum of RGB (Red+Green+Blue) = 197+27+70=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B46 is #3AE4B9. Grayscale: #525252. Windows color (decimal): -3859642 or 4594629. OLE color: 4594629.

HSL color Cylindrical-coordinate representation of color #C51B46: hue angle of 344.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B46 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1972770-
CMYK00.860.640.23
HSL344.82º75.89%43.92%-
HSV(B)344.82º86.29%77.25%-
XYZ24.5213.17.03-
YUV82.73120.82209.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.01%
GREEN value IS 27 (10.94% from 255) = 9.18%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=67.01%
G=9.18%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197277000.860.640.23344.8275.8943.92
HexC51B4605640171594c2c
Octal3053310601261002753111454
Binary11000101110111000110010101101000000101111010110011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B46; }

 p { color: rgb(197,27,70); }

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

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

 a { background-color: rgb(197,27,70); }

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

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

 span { border-color: rgb(197,27,70); }

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