#C6053A

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

Shades of Cardinal #C6053A

Tints of Cardinal #C6053A

Color information

#C6053A (or 0xC6053A) is unknown color: approx Cardinal. HEX triplet: C6, 05 and 3A. RGB value is (198,5,58). Sum of RGB (Red+Green+Blue) = 198+5+58=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6053A is #39FAC5. Grayscale: #444444. Windows color (decimal): -3799750 or 3802566. OLE color: 3802566.

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

Color convert

RGB198558-
CMYK00.970.710.22
HSL343.52º95.07%39.8%-
HSV(B)343.52º97.47%77.65%-
XYZ24.1112.425.13-
YUV68.75121.94220.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75.86%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=75.86%
G=1.92%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19855800.970.710.22343.5295.0739.8
HexC653A06147161585f28
Octal30657201411072653013750
Binary11000110101111010011000011000111101101010110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6053A; }

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

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

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

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

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

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

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

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