#C10A47

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

Shades of Cardinal #C10A47

Tints of Cardinal #C10A47

Color information

#C10A47 (or 0xC10A47) is unknown color: approx Cardinal. HEX triplet: C1, 0A and 47. RGB value is (193,10,71). Sum of RGB (Red+Green+Blue) = 193+10+71=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A47 is #3EF5B8. Grayscale: #474747. Windows color (decimal): -4126137 or 4655809. OLE color: 4655809.

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

Color convert

RGB1931071-
CMYK00.950.630.24
HSL340º90.15%39.8%-
HSV(B)340º94.82%75.69%-
XYZ23.2412.017.05-
YUV71.67127.63214.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.44%
GREEN value IS 10 (4.30% from 255) = 3.65%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=70.44%
G=3.65%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193107100.950.630.2434090.1539.8
HexC1A4705F3F181545a28
Octal301121070137773052413250
Binary110000011010100011101011111111111110001010101001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10A47; }

 p { color: rgb(193,10,71); }

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

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

 a { background-color: rgb(193,10,71); }

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

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

 span { border-color: rgb(193,10,71); }

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