#C00042

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

Shades of Cardinal #C00042

Tints of Cardinal #C00042

Color information

#C00042 (or 0xC00042) is unknown color: approx Cardinal. HEX triplet: C0, 00 and 42. RGB value is (192,0,66). Sum of RGB (Red+Green+Blue) = 192+0+66=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C00042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00042 is #3FFFBD. Grayscale: #404040. Windows color (decimal): -4194238 or 4325568. OLE color: 4325568.

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

Color convert

RGB192066-
CMYK010.660.25
HSL339.38º100%37.65%-
HSV(B)339.38º100%75.29%-
XYZ22.7211.66.2-
YUV64.93128.61218.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 74.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=74.42%
G=0%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192066010.660.25339.3810037.65
HexC004206442191536426
Octal300010201441023152314446
Binary1100000001000010011001001000010110011010100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00042; }

 p { color: rgb(192,0,66); }

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

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

 a { background-color: rgb(192,0,66); }

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

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

 span { border-color: rgb(192,0,66); }

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