#c10c32

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

Shades of Cardinal #C10C32

Tints of Cardinal #C10C32

Color information

#C10C32 (or 0xC10C32) is unknown color: approx Cardinal. HEX triplet: C1, 0C and 32. RGB value is (193,12,50). Sum of RGB (Red+Green+Blue) = 193+12+50=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C32 is #3EF3CD. Grayscale: #464646. Windows color (decimal): -4125646 or 3280065. OLE color: 3280065.

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

Color convert

RGB1931250-
CMYK00.940.740.24
HSL347.4º88.29%40.2%-
HSV(B)347.4º93.78%75.69%-
XYZ22.711.834.1-
YUV70.45116.47215.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.69%
GREEN value IS 12 (5.08% from 255) = 4.71%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=75.69%
G=4.71%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193125000.940.740.24347.488.2940.2
HexC1C3205E4A1815b5828
Octal301146201361123053313050
Binary110000011100110010010111101001010110001010110111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10c32; }

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

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

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

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

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

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

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

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