#C12638

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

Shades of Cardinal #C12638

Tints of Cardinal #C12638

Color information

#C12638 (or 0xC12638) is unknown color: approx Cardinal. HEX triplet: C1, 26 and 38. RGB value is (193,38,56). Sum of RGB (Red+Green+Blue) = 193+38+56=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C12638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12638 is #3ED9C7. Grayscale: #565656. Windows color (decimal): -4118984 or 3679937. OLE color: 3679937.

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

Color convert

RGB1933856-
CMYK00.800.710.24
HSL353.03º67.1%45.29%-
HSV(B)353.03º80.31%75.69%-
XYZ23.413.015.02-
YUV86.4110.85204.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.25%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=67.25%
G=13.24%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193385600.800.710.24353.0367.145.29
HexC126380504718161432d
Octal301467001201073054110355
Binary11000001100110111000010100001000111110001011000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12638; }

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

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

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

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

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

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

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

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