#C6103A

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

Shades of Cardinal #C6103A

Tints of Cardinal #C6103A

Color information

#C6103A (or 0xC6103A) is unknown color: approx Cardinal. HEX triplet: C6, 10 and 3A. RGB value is (198,16,58). Sum of RGB (Red+Green+Blue) = 198+16+58=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C6103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6103A is #39EFC5. Grayscale: #4B4B4B. Windows color (decimal): -3796934 or 3805382. OLE color: 3805382.

HSL color Cylindrical-coordinate representation of color #C6103A: hue angle of 346.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6103A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1981658-
CMYK00.920.710.22
HSL346.15º85.05%41.96%-
HSV(B)346.15º91.92%77.65%-
XYZ24.2412.685.17-
YUV75.21118.3215.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.79%
GREEN value IS 16 (6.64% from 255) = 5.88%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=72.79%
G=5.88%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198165800.920.710.22346.1585.0541.96
HexC6103A05C471615a552a
Octal306207201341072653212552
Binary1100011010000111010010111001000111101101010110101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6103A; }

 p { color: rgb(198,16,58); }

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

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

 a { background-color: rgb(198,16,58); }

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

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

 span { border-color: rgb(198,16,58); }

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