#C2092F

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

Shades of Cardinal #C2092F

Tints of Cardinal #C2092F

Color information

#C2092F (or 0xC2092F) is unknown color: approx Cardinal. HEX triplet: C2, 09 and 2F. RGB value is (194,9,47). Sum of RGB (Red+Green+Blue) = 194+9+47=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C2092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2092F is #3DF6D0. Grayscale: #444444. Windows color (decimal): -4060881 or 3082690. OLE color: 3082690.

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

Color convert

RGB194947-
CMYK00.950.760.24
HSL347.68º91.13%39.8%-
HSV(B)347.68º95.36%76.08%-
XYZ22.8611.873.78-
YUV68.65115.79217.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.6%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=77.6%
G=3.6%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19494700.950.760.24347.6891.1339.8
HexC292F05F4C1815c5b28
Octal302115701371143053413350
Binary110000101001101111010111111001100110001010111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2092F; }

 p { color: rgb(194,9,47); }

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

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

 a { background-color: rgb(194,9,47); }

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

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

 span { border-color: rgb(194,9,47); }

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