#C1023C

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

Shades of Cardinal #C1023C

Tints of Cardinal #C1023C

Color information

#C1023C (or 0xC1023C) is unknown color: approx Cardinal. HEX triplet: C1, 02 and 3C. RGB value is (193,2,60). Sum of RGB (Red+Green+Blue) = 193+2+60=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1023C is #3EFDC3. Grayscale: #414141. Windows color (decimal): -4128196 or 3932865. OLE color: 3932865.

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

Color convert

RGB193260-
CMYK00.990.690.24
HSL341.78º97.95%38.24%-
HSV(B)341.78º98.96%75.69%-
XYZ22.8311.715.33-
YUV65.72124.78218.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.69%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=75.69%
G=0.78%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19326000.990.690.24341.7897.9538.24
HexC123C06345181566226
Octal30127401431053052614246
Binary1100000110111100011000111000101110001010101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1023C; }

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

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

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

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

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

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

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

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