#c12634

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

Shades of Cardinal #C12634

Tints of Cardinal #C12634

Color information

#C12634 (or 0xC12634) is unknown color: approx Cardinal. HEX triplet: C1, 26 and 34. RGB value is (193,38,52). Sum of RGB (Red+Green+Blue) = 193+38+52=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C12634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12634 is #3ED9CB. Grayscale: #565656. Windows color (decimal): -4118988 or 3417793. OLE color: 3417793.

HSL color Cylindrical-coordinate representation of color #C12634: hue angle of 354.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12634 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1933852-
CMYK00.800.730.24
HSL354.58º67.1%45.29%-
HSV(B)354.58º80.31%75.69%-
XYZ23.3112.974.52-
YUV85.94108.85204.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.20%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=68.20%
G=13.43%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193385200.800.730.24354.5867.145.29
HexC126340504918163432d
Octal301466401201113054310355
Binary11000001100110110100010100001001001110001011000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12634; }

 p { color: rgb(193,38,52); }

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

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

 a { background-color: rgb(193,38,52); }

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

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

 span { border-color: rgb(193,38,52); }

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