#c1003c

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

Shades of Cardinal #C1003C

Tints of Cardinal #C1003C

Color information

#C1003C (or 0xC1003C) is unknown color: approx Cardinal. HEX triplet: C1, 00 and 3C. RGB value is (193,0,60). Sum of RGB (Red+Green+Blue) = 193+0+60=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003C is #3EFFC3. Grayscale: #404040. Windows color (decimal): -4128708 or 3932353. OLE color: 3932353.

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

Color convert

RGB193060-
CMYK010.690.24
HSL341.35º100%37.84%-
HSV(B)341.35º100%75.69%-
XYZ22.8111.665.32-
YUV64.55125.44219.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 76.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=76.28%
G=0%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193060010.690.24341.3510037.84
HexC103C06445181556426
Octal30107401441053052514446
Binary110000010111100011001001000101110001010101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1003c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1003c; }

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

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

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

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

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

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

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

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