#C6163B

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

Shades of Cardinal #C6163B

Tints of Cardinal #C6163B

Color information

#C6163B (or 0xC6163B) is unknown color: approx Cardinal. HEX triplet: C6, 16 and 3B. RGB value is (198,22,59). Sum of RGB (Red+Green+Blue) = 198+22+59=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6163B is #39E9C4. Grayscale: #4E4E4E. Windows color (decimal): -3795397 or 3872454. OLE color: 3872454.

HSL color Cylindrical-coordinate representation of color #C6163B: hue angle of 347.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6163B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1982259-
CMYK00.890.700.22
HSL347.39º80%43.14%-
HSV(B)347.39º88.89%77.65%-
XYZ24.3712.95.34-
YUV78.84116.81212.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.97%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=70.97%
G=7.89%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198225900.890.700.22347.398043.14
HexC6163B059461615b502b
Octal306267301311062653312053
Binary1100011010110111011010110011000110101101010110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6163B; }

 p { color: rgb(198,22,59); }

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

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

 a { background-color: rgb(198,22,59); }

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

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

 span { border-color: rgb(198,22,59); }

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