#C00327

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

Shades of Venetian Red #C00327

Tints of Venetian Red #C00327

Color information

#C00327 (or 0xC00327) is unknown color: approx Venetian Red. HEX triplet: C0, 03 and 27. RGB value is (192,3,39). Sum of RGB (Red+Green+Blue) = 192+3+39=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00327 is #3FFCD8. Grayscale: #3F3F3F. Windows color (decimal): -4193497 or 2556864. OLE color: 2556864.

HSL color Cylindrical-coordinate representation of color #C00327: hue angle of 348.57º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00327 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB192339-
CMYK00.980.800.25
HSL348.57º96.92%38.24%-
HSV(B)348.57º98.44%75.29%-
XYZ22.1411.422.96-
YUV63.62114.12219.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 82.05%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=82.05%
G=1.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19233900.980.800.25348.5796.9238.24
HexC0327062501915d6126
Octal30034701421203153514146
Binary1100000011100111011000101010000110011010111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00327; }

 p { color: rgb(192,3,39); }

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

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

 a { background-color: rgb(192,3,39); }

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

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

 span { border-color: rgb(192,3,39); }

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