#c10035

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

Shades of Cardinal #C10035

Tints of Cardinal #C10035

Color information

#C10035 (or 0xC10035) is unknown color: approx Cardinal. HEX triplet: C1, 00 and 35. RGB value is (193,0,53). Sum of RGB (Red+Green+Blue) = 193+0+53=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C10035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10035 is #3EFFCA. Grayscale: #3F3F3F. Windows color (decimal): -4128715 or 3473601. OLE color: 3473601.

HSL color Cylindrical-coordinate representation of color #C10035: hue angle of 343.52º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10035 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB193053-
CMYK010.730.24
HSL343.52º100%37.84%-
HSV(B)343.52º100%75.69%-
XYZ22.6311.594.41-
YUV63.75121.94220.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=78.46%
G=0%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193053010.730.24343.5210037.84
HexC103506449181586426
Octal30106501441113053014446
Binary110000010110101011001001001001110001010110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10035; }

 p { color: rgb(193,0,53); }

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

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

 a { background-color: rgb(193,0,53); }

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

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

 span { border-color: rgb(193,0,53); }

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