#C30543

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

Shades of Cardinal #C30543

Tints of Cardinal #C30543

Color information

#C30543 (or 0xC30543) is unknown color: approx Cardinal. HEX triplet: C3, 05 and 43. RGB value is (195,5,67). Sum of RGB (Red+Green+Blue) = 195+5+67=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C30543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30543 is #3CFABC. Grayscale: #444444. Windows color (decimal): -3996349 or 4392387. OLE color: 4392387.

HSL color Cylindrical-coordinate representation of color #C30543: hue angle of 340.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30543 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB195567-
CMYK00.970.660.24
HSL340.42º95%39.22%-
HSV(B)340.42º97.44%76.47%-
XYZ23.5712.126.41-
YUV68.88126.95217.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 73.03%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=73.03%
G=1.87%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19556700.970.660.24340.429539.22
HexC354306142181545f27
Octal303510301411023052413747
Binary110000111011000011011000011000010110001010101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30543; }

 p { color: rgb(195,5,67); }

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

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

 a { background-color: rgb(195,5,67); }

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

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

 span { border-color: rgb(195,5,67); }

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