#C12339

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

Shades of Cardinal #C12339

Tints of Cardinal #C12339

Color information

#C12339 (or 0xC12339) is unknown color: approx Cardinal. HEX triplet: C1, 23 and 39. RGB value is (193,35,57). Sum of RGB (Red+Green+Blue) = 193+35+57=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C12339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12339 is #3EDCC6. Grayscale: #545454. Windows color (decimal): -4119751 or 3744705. OLE color: 3744705.

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

Color convert

RGB1933557-
CMYK00.820.700.24
HSL351.65º69.3%44.71%-
HSV(B)351.65º81.87%75.69%-
XYZ23.3312.835.12-
YUV84.75112.35205.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.72%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 57 (22.66% from 255) = 20%
R=67.72%
G=12.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193355700.820.700.24351.6569.344.71
HexC123390524618160452d
Octal301437101221063054010555
Binary11000001100011111001010100101000110110001011000001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12339; }

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

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

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

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

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

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

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

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