#C20330

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

Shades of Cardinal #C20330

Tints of Cardinal #C20330

Color information

#C20330 (or 0xC20330) is unknown color: approx Cardinal. HEX triplet: C2, 03 and 30. RGB value is (194,3,48). Sum of RGB (Red+Green+Blue) = 194+3+48=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C20330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20330 is #3DFCCF. Grayscale: #414141. Windows color (decimal): -4062416 or 3146690. OLE color: 3146690.

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

Color convert

RGB194348-
CMYK00.980.750.24
HSL345.86º96.95%38.63%-
HSV(B)345.86º98.45%76.08%-
XYZ22.8111.753.86-
YUV65.24118.28219.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.18%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=79.18%
G=1.22%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19434800.980.750.24345.8696.9538.63
HexC23300624B1815a6127
Octal30236001421133053214147
Binary1100001011110000011000101001011110001010110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20330; }

 p { color: rgb(194,3,48); }

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

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

 a { background-color: rgb(194,3,48); }

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

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

 span { border-color: rgb(194,3,48); }

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