Html Css Color HEX #C0012E Venetian Red

📋 copy color: '#C0012E'

red 192 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #C0012E

Tints of Venetian Red #C0012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 80.33%
G = 0.42%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0012E (or 0xC0012E) is known color: Venetian Red. HEX triplet: C0, 01 and 2E. RGB value is (192,1,46). Sum of RGB (Red+Green+Blue) = 192+1+46=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0012E is #3FFED1. Grayscale: #3F3F3F. Windows color (decimal): -4194002 or 3015104. OLE color: 3015104.

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

Color convert

RGB 192 1 46 -
CMYK 0 0.99 0.76 0.25
HSL 345.86º 0.99% 0.38% -
HSV(B) 345.86º 0.99% 0.75% -
XYZ 22.24 11.43 3.62 -
YUV 63.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 192 1 46 0 0.99 0.76 0.25 345.86 0.99 0.38
Hex C0 1 2E 0 63 4C 19 15A 63 26
Octal 300 1 56 0 143 114 31 532 143 46
Binary 11000000 1 101110 0 1100011 1001100 11001 101011010 1100011 100110

Color Harmonies of #C0012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0012E

Black with #C0012E

Text Example


Text Example

White with #C0012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0012E; }

 p { color: rgb(192,1,46); }

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

background-color css

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

 a { background-color: rgb(192,1,46); }

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

border-color css

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

 span { border-color: rgb(192,1,46); }

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