#C3193B

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

Shades of Cardinal #C3193B

Tints of Cardinal #C3193B

Color information

#C3193B (or 0xC3193B) is unknown color: approx Cardinal. HEX triplet: C3, 19 and 3B. RGB value is (195,25,59). Sum of RGB (Red+Green+Blue) = 195+25+59=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3193B is #3CE6C4. Grayscale: #4F4F4F. Windows color (decimal): -3991237 or 3873219. OLE color: 3873219.

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

Color convert

RGB1952559-
CMYK00.870.700.24
HSL348º77.27%43.14%-
HSV(B)348º87.18%76.47%-
XYZ23.6412.615.33-
YUV79.71116.32210.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.89%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=69.89%
G=8.96%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195255900.870.700.2434877.2743.14
HexC3193B057461815c4d2b
Octal303317301271063053411553
Binary1100001111001111011010101111000110110001010111001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3193B; }

 p { color: rgb(195,25,59); }

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

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

 a { background-color: rgb(195,25,59); }

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

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

 span { border-color: rgb(195,25,59); }

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