#C1183C

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

Shades of Cardinal #C1183C

Tints of Cardinal #C1183C

Color information

#C1183C (or 0xC1183C) is unknown color: approx Cardinal. HEX triplet: C1, 18 and 3C. RGB value is (193,24,60). Sum of RGB (Red+Green+Blue) = 193+24+60=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1183C is #3EE7C3. Grayscale: #4E4E4E. Windows color (decimal): -4122564 or 3938497. OLE color: 3938497.

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

Color convert

RGB1932460-
CMYK00.880.690.24
HSL347.22º77.88%42.55%-
HSV(B)347.22º87.56%75.69%-
XYZ23.1312.325.43-
YUV78.64117.49209.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=69.68%
G=8.66%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193246000.880.690.24347.2277.8842.55
HexC1183C058451815b4e2b
Octal301307401301053053311653
Binary1100000111000111100010110001000101110001010110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1183C; }

 p { color: rgb(193,24,60); }

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

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

 a { background-color: rgb(193,24,60); }

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

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

 span { border-color: rgb(193,24,60); }

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