#C0164B

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

Shades of Cardinal #C0164B

Tints of Cardinal #C0164B

Color information

#C0164B (or 0xC0164B) is unknown color: approx Cardinal. HEX triplet: C0, 16 and 4B. RGB value is (192,22,75). Sum of RGB (Red+Green+Blue) = 192+22+75=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0164B is #3FE9B4. Grayscale: #4E4E4E. Windows color (decimal): -4188597 or 4921024. OLE color: 4921024.

HSL color Cylindrical-coordinate representation of color #C0164B: hue angle of 341.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0164B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1922275-
CMYK00.890.610.25
HSL341.29º79.44%41.96%-
HSV(B)341.29º88.54%75.29%-
XYZ23.312.297.8-
YUV78.87125.82208.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.44%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=66.44%
G=7.61%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192227500.890.610.25341.2979.4441.96
HexC0164B0593D191554f2a
Octal300261130131753152511752
Binary1100000010110100101101011001111101110011010101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0164B; }

 p { color: rgb(192,22,75); }

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

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

 a { background-color: rgb(192,22,75); }

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

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

 span { border-color: rgb(192,22,75); }

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