#C3094D

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

Shades of Cardinal #C3094D

Tints of Cardinal #C3094D

Color information

#C3094D (or 0xC3094D) is unknown color: approx Cardinal. HEX triplet: C3, 09 and 4D. RGB value is (195,9,77). Sum of RGB (Red+Green+Blue) = 195+9+77=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3094D is #3CF6B2. Grayscale: #484848. Windows color (decimal): -3995315 or 5048771. OLE color: 5048771.

HSL color Cylindrical-coordinate representation of color #C3094D: hue angle of 338.06º 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 #C3094D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB195977-
CMYK00.950.610.24
HSL338.06º91.18%40%-
HSV(B)338.06º95.38%76.47%-
XYZ23.9412.338.14-
YUV72.37130.62215.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.40%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=69.40%
G=3.20%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19597700.950.610.24338.0691.1840
HexC394D05F3D181525b28
Octal303111150137753052213350
Binary110000111001100110101011111111101110001010100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3094D; }

 p { color: rgb(195,9,77); }

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

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

 a { background-color: rgb(195,9,77); }

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

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

 span { border-color: rgb(195,9,77); }

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