#C10C4D

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

Shades of Cardinal #C10C4D

Tints of Cardinal #C10C4D

Color information

#C10C4D (or 0xC10C4D) is unknown color: approx Cardinal. HEX triplet: C1, 0C and 4D. RGB value is (193,12,77). Sum of RGB (Red+Green+Blue) = 193+12+77=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C4D is #3EF3B2. Grayscale: #494949. Windows color (decimal): -4125619 or 5049537. OLE color: 5049537.

HSL color Cylindrical-coordinate representation of color #C10C4D: hue angle of 338.45º 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 #C10C4D is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1931277-
CMYK00.940.600.24
HSL338.45º88.29%40.2%-
HSV(B)338.45º93.78%75.69%-
XYZ23.4612.148.13-
YUV73.53129.97213.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.44%
GREEN value IS 12 (5.08% from 255) = 4.26%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=68.44%
G=4.26%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193127700.940.600.24338.4588.2940.2
HexC1C4D05E3C181525828
Octal301141150136743052213050
Binary110000011100100110101011110111100110001010100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10C4D; }

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

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

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

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

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

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

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

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