#C10232

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

Shades of Cardinal #C10232

Tints of Cardinal #C10232

Color information

#C10232 (or 0xC10232) is unknown color: approx Cardinal. HEX triplet: C1, 02 and 32. RGB value is (193,2,50). Sum of RGB (Red+Green+Blue) = 193+2+50=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C10232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10232 is #3EFDCD. Grayscale: #404040. Windows color (decimal): -4128206 or 3277505. OLE color: 3277505.

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

Color convert

RGB193250-
CMYK00.990.740.24
HSL344.92º97.95%38.24%-
HSV(B)344.92º98.96%75.69%-
XYZ22.5911.614.07-
YUV64.58119.78219.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.78%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=78.78%
G=0.82%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19325000.990.740.24344.9297.9538.24
HexC12320634A181596226
Octal30126201431123053114246
Binary1100000110110010011000111001010110001010110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10232; }

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

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

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

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

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

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

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

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