Html Css Color HEX #C0012F Venetian Red

📋 copy color: '#C0012F'

red 192 ◦ green 1 ◦ blue 47

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

Shades of Venetian Red #C0012F

Tints of Venetian Red #C0012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 80%
G = 0.42%
B = 19.58%

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

#C0012F (or 0xC0012F) is known color: Venetian Red. HEX triplet: C0, 01 and 2F. RGB value is (192,1,47). Sum of RGB (Red+Green+Blue) = 192+1+47=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0012F is #3FFED0. Grayscale: #3F3F3F. Windows color (decimal): -4194001 or 3080640. OLE color: 3080640.

HSL color Cylindrical-coordinate representation of color #C0012F: hue angle of 345.55º 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 #C0012F is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 47 -
CMYK 0 0.99 0.76 0.25
HSL 345.55º 0.99% 0.38% -
HSV(B) 345.55º 0.99% 0.75% -
XYZ 22.26 11.43 3.72 -
YUV 63.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 192 1 47 0 0.99 0.76 0.25 345.55 0.99 0.38
Hex C0 1 2F 0 63 4C 19 15A 63 26
Octal 300 1 57 0 143 114 31 532 143 46
Binary 11000000 1 101111 0 1100011 1001100 11001 101011010 1100011 100110

Color Harmonies of #C0012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0012F

Black with #C0012F

Text Example


Text Example

White with #C0012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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