#C6143A

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

Shades of Cardinal #C6143A

Tints of Cardinal #C6143A

Color information

#C6143A (or 0xC6143A) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 3A. RGB value is (198,20,58). Sum of RGB (Red+Green+Blue) = 198+20+58=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6143A is #39EBC5. Grayscale: #4D4D4D. Windows color (decimal): -3795910 or 3806406. OLE color: 3806406.

HSL color Cylindrical-coordinate representation of color #C6143A: hue angle of 347.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6143A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1982058-
CMYK00.900.710.22
HSL347.19º81.65%42.75%-
HSV(B)347.19º89.9%77.65%-
XYZ24.312.815.19-
YUV77.55116.97213.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.74%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=71.74%
G=7.25%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198205800.900.710.22347.1981.6542.75
HexC6143A05A471615b522b
Octal306247201321072653312253
Binary1100011010100111010010110101000111101101010110111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6143A; }

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

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

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

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

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

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

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

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