#C12344

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

Shades of Cardinal #C12344

Tints of Cardinal #C12344

Color information

#C12344 (or 0xC12344) is unknown color: approx Cardinal. HEX triplet: C1, 23 and 44. RGB value is (193,35,68). Sum of RGB (Red+Green+Blue) = 193+35+68=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C12344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12344 is #3EDCBB. Grayscale: #565656. Windows color (decimal): -4119740 or 4465601. OLE color: 4465601.

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

Color convert

RGB1933568-
CMYK00.820.650.24
HSL347.47º69.3%44.71%-
HSV(B)347.47º81.87%75.69%-
XYZ23.6412.966.72-
YUV86117.85204.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=65.20%
G=11.82%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193356800.820.650.24347.4769.344.71
HexC12344052411815b452d
Octal3014310401221013053310555
Binary110000011000111000100010100101000001110001010110111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12344; }

 p { color: rgb(193,35,68); }

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

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

 a { background-color: rgb(193,35,68); }

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

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

 span { border-color: rgb(193,35,68); }

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