#C12442

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

Shades of Cardinal #C12442

Tints of Cardinal #C12442

Color information

#C12442 (or 0xC12442) is unknown color: approx Cardinal. HEX triplet: C1, 24 and 42. RGB value is (193,36,66). Sum of RGB (Red+Green+Blue) = 193+36+66=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C12442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12442 is #3EDBBD. Grayscale: #565656. Windows color (decimal): -4119486 or 4334785. OLE color: 4334785.

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

Color convert

RGB1933666-
CMYK00.810.660.24
HSL348.54º68.56%44.9%-
HSV(B)348.54º81.35%75.69%-
XYZ23.6112.996.42-
YUV86.36116.51204.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=65.42%
G=12.20%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193366600.810.660.24348.5468.5644.9
HexC12442051421815d452d
Octal3014410201211023053510555
Binary110000011001001000010010100011000010110001010111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12442; }

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

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

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

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

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

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

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

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