#C10C3A

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

Shades of Cardinal #C10C3A

Tints of Cardinal #C10C3A

Color information

#C10C3A (or 0xC10C3A) is unknown color: approx Cardinal. HEX triplet: C1, 0C and 3A. RGB value is (193,12,58). Sum of RGB (Red+Green+Blue) = 193+12+58=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C3A is #3EF3C5. Grayscale: #474747. Windows color (decimal): -4125638 or 3804353. OLE color: 3804353.

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

Color convert

RGB1931258-
CMYK00.940.700.24
HSL344.75º88.29%40.2%-
HSV(B)344.75º93.78%75.69%-
XYZ22.8911.915.09-
YUV71.36120.47214.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.38%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=73.38%
G=4.56%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193125800.940.700.24344.7588.2940.2
HexC1C3A05E46181595828
Octal301147201361063053113050
Binary110000011100111010010111101000110110001010110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10C3A; }

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

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

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

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

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

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

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

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