#C20B3B

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

Shades of Cardinal #C20B3B

Tints of Cardinal #C20B3B

Color information

#C20B3B (or 0xC20B3B) is unknown color: approx Cardinal. HEX triplet: C2, 0B and 3B. RGB value is (194,11,59). Sum of RGB (Red+Green+Blue) = 194+11+59=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B3B is #3DF4C4. Grayscale: #474747. Windows color (decimal): -4060357 or 3869634. OLE color: 3869634.

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

Color convert

RGB1941159-
CMYK00.940.700.24
HSL344.26º89.27%40.2%-
HSV(B)344.26º94.33%76.08%-
XYZ23.1612.025.24-
YUV71.19121.13215.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.48%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=73.48%
G=4.17%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194115900.940.700.24344.2689.2740.2
HexC2B3B05E46181585928
Octal302137301361063053013150
Binary110000101011111011010111101000110110001010110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B3B; }

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

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

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

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

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

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

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

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