#C3051D

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

Shades of Venetian Red #C3051D

Tints of Venetian Red #C3051D

Color information

#C3051D (or 0xC3051D) is unknown color: approx Venetian Red. HEX triplet: C3, 05 and 1D. RGB value is (195,5,29). Sum of RGB (Red+Green+Blue) = 195+5+29=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C3051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3051D is #3CFAE2. Grayscale: #404040. Windows color (decimal): -3996387 or 1902019. OLE color: 1902019.

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

Color convert

RGB195529-
CMYK00.970.850.24
HSL352.42º95%39.22%-
HSV(B)352.42º97.44%76.47%-
XYZ22.7811.82.24-
YUV64.55107.95221.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 85.15%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 29 (11.72% from 255) = 12.66%
R=85.15%
G=2.18%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19552900.970.850.24352.429539.22
HexC351D06155181605f27
Octal30353501411253054013747
Binary1100001110111101011000011010101110001011000001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3051D; }

 p { color: rgb(195,5,29); }

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

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

 a { background-color: rgb(195,5,29); }

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

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

 span { border-color: rgb(195,5,29); }

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