#C30D36

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

Shades of Cardinal #C30D36

Tints of Cardinal #C30D36

Color information

#C30D36 (or 0xC30D36) is unknown color: approx Cardinal. HEX triplet: C3, 0D and 36. RGB value is (195,13,54). Sum of RGB (Red+Green+Blue) = 195+13+54=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D36 is #3CF2C9. Grayscale: #484848. Windows color (decimal): -3994314 or 3542467. OLE color: 3542467.

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

Color convert

RGB1951354-
CMYK00.930.720.24
HSL346.48º87.5%40.78%-
HSV(B)346.48º93.33%76.47%-
XYZ23.3212.164.61-
YUV72.09117.8215.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 74.43%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=74.43%
G=4.96%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195135400.930.720.24346.4887.540.78
HexC3D3605D481815a5829
Octal303156601351103053213051
Binary110000111101110110010111011001000110001010110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30D36; }

 p { color: rgb(195,13,54); }

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

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

 a { background-color: rgb(195,13,54); }

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

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

 span { border-color: rgb(195,13,54); }

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