#C30C4D

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

Shades of Cardinal #C30C4D

Tints of Cardinal #C30C4D

Color information

#C30C4D (or 0xC30C4D) is unknown color: approx Cardinal. HEX triplet: C3, 0C and 4D. RGB value is (195,12,77). Sum of RGB (Red+Green+Blue) = 195+12+77=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C4D is #3CF3B2. Grayscale: #4A4A4A. Windows color (decimal): -3994547 or 5049539. OLE color: 5049539.

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

Color convert

RGB1951277-
CMYK00.940.610.24
HSL338.69º88.41%40.59%-
HSV(B)338.69º93.85%76.47%-
XYZ23.9812.48.15-
YUV74.13129.63214.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.66%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=68.66%
G=4.23%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195127700.940.610.24338.6988.4140.59
HexC3C4D05E3D181535829
Octal303141150136753052313051
Binary110000111100100110101011110111101110001010100111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C4D; }

 p { color: rgb(195,12,77); }

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

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

 a { background-color: rgb(195,12,77); }

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

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

 span { border-color: rgb(195,12,77); }

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