#c10c45

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

Shades of Cardinal #C10C45

Tints of Cardinal #C10C45

Color information

#C10C45 (or 0xC10C45) is unknown color: approx Cardinal. HEX triplet: C1, 0C and 45. RGB value is (193,12,69). Sum of RGB (Red+Green+Blue) = 193+12+69=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C45 is #3EF3BA. Grayscale: #484848. Windows color (decimal): -4125627 or 4525249. OLE color: 4525249.

HSL color Cylindrical-coordinate representation of color #C10C45: hue angle of 341.1º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C45 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1931269-
CMYK00.940.640.24
HSL341.1º88.29%40.2%-
HSV(B)341.1º93.78%75.69%-
XYZ23.212.036.73-
YUV72.62125.97213.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.44%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=70.44%
G=4.38%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193126900.940.640.24341.188.2940.2
HexC1C4505E40181555828
Octal3011410501361003052513050
Binary1100000111001000101010111101000000110001010101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10c45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10c45; }

 p { color: rgb(193,12,69); }

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

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

 a { background-color: rgb(193,12,69); }

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

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

 span { border-color: rgb(193,12,69); }

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