#C0103A

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

Shades of Cardinal #C0103A

Tints of Cardinal #C0103A

Color information

#C0103A (or 0xC0103A) is unknown color: approx Cardinal. HEX triplet: C0, 10 and 3A. RGB value is (192,16,58). Sum of RGB (Red+Green+Blue) = 192+16+58=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C0103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0103A is #3FEFC5. Grayscale: #494949. Windows color (decimal): -4190150 or 3805376. OLE color: 3805376.

HSL color Cylindrical-coordinate representation of color #C0103A: hue angle of 345.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0103A is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1921658-
CMYK00.920.700.25
HSL345.68º84.62%40.78%-
HSV(B)345.68º91.67%75.29%-
XYZ22.6911.885.1-
YUV73.41119.31212.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.18%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=72.18%
G=6.02%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192165800.920.700.25345.6884.6240.78
HexC0103A05C461915a5529
Octal300207201341063153212551
Binary1100000010000111010010111001000110110011010110101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0103A; }

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

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

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

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

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

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

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

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