#C0033C

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

Shades of Cardinal #C0033C

Tints of Cardinal #C0033C

Color information

#C0033C (or 0xC0033C) is unknown color: approx Cardinal. HEX triplet: C0, 03 and 3C. RGB value is (192,3,60). Sum of RGB (Red+Green+Blue) = 192+3+60=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0033C is #3FFCC3. Grayscale: #414141. Windows color (decimal): -4193476 or 3933120. OLE color: 3933120.

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

Color convert

RGB192360-
CMYK00.980.690.25
HSL341.9º96.92%38.24%-
HSV(B)341.9º98.44%75.29%-
XYZ22.5911.65.32-
YUV66.01124.62217.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.29%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=75.29%
G=1.18%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19236000.980.690.25341.996.9238.24
HexC033C06245191566126
Octal30037401421053152614146
Binary1100000011111100011000101000101110011010101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0033C; }

 p { color: rgb(192,3,60); }

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

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

 a { background-color: rgb(192,3,60); }

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

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

 span { border-color: rgb(192,3,60); }

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