#C0033D

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

Shades of Cardinal #C0033D

Tints of Cardinal #C0033D

Color information

#C0033D (or 0xC0033D) is unknown color: approx Cardinal. HEX triplet: C0, 03 and 3D. RGB value is (192,3,61). Sum of RGB (Red+Green+Blue) = 192+3+61=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0033D is #3FFCC2. Grayscale: #424242. Windows color (decimal): -4193475 or 3998656. OLE color: 3998656.

HSL color Cylindrical-coordinate representation of color #C0033D: hue angle of 341.59º 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 #C0033D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB192361-
CMYK00.980.680.25
HSL341.59º96.92%38.24%-
HSV(B)341.59º98.44%75.29%-
XYZ22.6111.615.46-
YUV66.12125.12217.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=75%
G=1.17%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19236100.980.680.25341.5996.9238.24
HexC033D06244191566126
Octal30037501421043152614146
Binary1100000011111101011000101000100110011010101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0033D; }

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

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

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

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

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

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

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

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