Html Css Color HEX #C0000C Venetian Red

📋 copy color: '#C0000C'

red 192 ◦ green 0 ◦ blue 12

#C0000C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C0000C

Tints of Venetian Red #C0000C

RGB

 RED value IS 192 (75.39% from 255) = 94.12%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 94.12%
G = 0%
B = 5.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0000C (or 0xC0000C) is known color: Venetian Red. HEX triplet: C0, 00 and 0C. RGB value is (192,0,12). Sum of RGB (Red+Green+Blue) = 192+0+12=204 (27% of max value = 765). Red value is 192 (75.39% from 255 or 94.12% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 192 - color contains mainly: red. Hex color #C0000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0000C is #3FFFF3. Grayscale: #3A3A3A. Windows color (decimal): -4194292 or 786624. OLE color: 786624.

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

Color convert

RGB 192 0 12 -
CMYK 0 1 0.94 0.25
HSL 356.25º 1% 0.38% -
HSV(B) 356.25º 1% 0.75% -
XYZ 21.8 11.23 1.37 -
YUV 58.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 192 0 12 0 1 0.94 0.25 356.25 1 0.38
Hex C0 0 C 0 64 5E 19 164 64 26
Octal 300 0 14 0 144 136 31 544 144 46
Binary 11000000 0 1100 0 1100100 1011110 11001 101100100 1100100 100110

Color Harmonies of #C0000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0000C

Black with #C0000C

Text Example


Text Example

White with #C0000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0000C; }

 p { color: rgb(192,0,12); }

 H1.HeaderClassName
 {
   color: #C0000C;
 }
 .AnyTagClassName
 {
   color: #C0000C;
 }
</style>

background-color css

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

 a { background-color: rgb(192,0,12); }

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

border-color css

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

 span { border-color: rgb(192,0,12); }

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