#C2073B

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

Shades of Cardinal #C2073B

Tints of Cardinal #C2073B

Color information

#C2073B (or 0xC2073B) is unknown color: approx Cardinal. HEX triplet: C2, 07 and 3B. RGB value is (194,7,59). Sum of RGB (Red+Green+Blue) = 194+7+59=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2073B is #3DF8C4. Grayscale: #444444. Windows color (decimal): -4061381 or 3868610. OLE color: 3868610.

HSL color Cylindrical-coordinate representation of color #C2073B: hue angle of 343.32º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2073B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB194759-
CMYK00.960.700.24
HSL343.32º93.03%39.41%-
HSV(B)343.32º96.39%76.08%-
XYZ23.1111.945.22-
YUV68.84122.45217.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.62%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=74.62%
G=2.69%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19475900.960.700.24343.3293.0339.41
HexC273B06046181575d27
Octal30277301401063052713547
Binary11000010111111011011000001000110110001010101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2073B; }

 p { color: rgb(194,7,59); }

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

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

 a { background-color: rgb(194,7,59); }

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

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

 span { border-color: rgb(194,7,59); }

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