#c10031

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

Shades of Cardinal #C10031

Tints of Cardinal #C10031

Color information

#C10031 (or 0xC10031) is unknown color: approx Cardinal. HEX triplet: C1, 00 and 31. RGB value is (193,0,49). Sum of RGB (Red+Green+Blue) = 193+0+49=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C10031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10031 is #3EFFCE. Grayscale: #3F3F3F. Windows color (decimal): -4128719 or 3211457. OLE color: 3211457.

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

Color convert

RGB193049-
CMYK010.750.24
HSL344.77º100%37.84%-
HSV(B)344.77º100%75.69%-
XYZ22.5511.563.95-
YUV63.29119.94220.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 79.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=79.75%
G=0%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193049010.750.24344.7710037.84
HexC10310644B181596426
Octal30106101441133053114446
Binary110000010110001011001001001011110001010110011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10031; }

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

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

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

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

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

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

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

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