#C10342

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

Shades of Cardinal #C10342

Tints of Cardinal #C10342

Color information

#C10342 (or 0xC10342) is unknown color: approx Cardinal. HEX triplet: C1, 03 and 42. RGB value is (193,3,66). Sum of RGB (Red+Green+Blue) = 193+3+66=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10342 is #3EFCBD. Grayscale: #424242. Windows color (decimal): -4127934 or 4326337. OLE color: 4326337.

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

Color convert

RGB193366-
CMYK00.980.660.24
HSL340.11º96.94%38.43%-
HSV(B)340.11º98.45%75.69%-
XYZ23.0111.86.22-
YUV66.99127.45217.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.66%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=73.66%
G=1.15%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19336600.980.660.24340.1196.9438.43
HexC134206242181546126
Octal301310201421023052414146
Binary11000001111000010011000101000010110001010101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10342; }

 p { color: rgb(193,3,66); }

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

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

 a { background-color: rgb(193,3,66); }

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

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

 span { border-color: rgb(193,3,66); }

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