#C30A41

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

Shades of Cardinal #C30A41

Tints of Cardinal #C30A41

Color information

#C30A41 (or 0xC30A41) is unknown color: approx Cardinal. HEX triplet: C3, 0A and 41. RGB value is (195,10,65). Sum of RGB (Red+Green+Blue) = 195+10+65=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30A41 is #3CF5BE. Grayscale: #474747. Windows color (decimal): -3995071 or 4262595. OLE color: 4262595.

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

Color convert

RGB1951065-
CMYK00.950.670.24
HSL342.16º90.24%40.2%-
HSV(B)342.16º94.87%76.47%-
XYZ23.5712.26.11-
YUV71.58124.29216.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 72.22%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=72.22%
G=3.70%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195106500.950.670.24342.1690.2440.2
HexC3A4105F43181565a28
Octal3031210101371033052613250
Binary1100001110101000001010111111000011110001010101101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30A41; }

 p { color: rgb(195,10,65); }

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

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

 a { background-color: rgb(195,10,65); }

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

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

 span { border-color: rgb(195,10,65); }

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