#c1154a

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

Shades of Cardinal #C1154A

Tints of Cardinal #C1154A

Color information

#C1154A (or 0xC1154A) is unknown color: approx Cardinal. HEX triplet: C1, 15 and 4A. RGB value is (193,21,74). Sum of RGB (Red+Green+Blue) = 193+21+74=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1154A is #3EEAB5. Grayscale: #4E4E4E. Windows color (decimal): -4123318 or 4855233. OLE color: 4855233.

HSL color Cylindrical-coordinate representation of color #C1154A: hue angle of 341.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1154A is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1932174-
CMYK00.890.620.24
HSL341.51º80.37%41.96%-
HSV(B)341.51º89.12%75.69%-
XYZ23.512.377.63-
YUV78.47125.48209.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.01%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=67.01%
G=7.29%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193217400.890.620.24341.5180.3741.96
HexC1154A0593E18156502a
Octal301251120131763052612052
Binary1100000110101100101001011001111110110001010101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1154a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1154a; }

 p { color: rgb(193,21,74); }

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

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

 a { background-color: rgb(193,21,74); }

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

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

 span { border-color: rgb(193,21,74); }

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