#C11B46

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

Shades of Cardinal #C11B46

Tints of Cardinal #C11B46

Color information

#C11B46 (or 0xC11B46) is unknown color: approx Cardinal. HEX triplet: C1, 1B and 46. RGB value is (193,27,70). Sum of RGB (Red+Green+Blue) = 193+27+70=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11B46 is #3EE4B9. Grayscale: #515151. Windows color (decimal): -4121786 or 4594625. OLE color: 4594625.

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

Color convert

RGB1932770-
CMYK00.860.640.24
HSL344.46º75.45%43.14%-
HSV(B)344.46º86.01%75.69%-
XYZ23.4912.566.98-
YUV81.54121.5207.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 27 (10.94% from 255) = 9.31%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=66.55%
G=9.31%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193277000.860.640.24344.4675.4543.14
HexC11B4605640181584b2b
Octal3013310601261003053011353
Binary11000001110111000110010101101000000110001010110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11B46; }

 p { color: rgb(193,27,70); }

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

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

 a { background-color: rgb(193,27,70); }

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

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

 span { border-color: rgb(193,27,70); }

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