Html Css Color HEX #C0062A Venetian Red

📋 copy color: '#C0062A'

red 192 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #C0062A

Tints of Venetian Red #C0062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 80%
G = 2.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0062A (or 0xC0062A) is known color: Venetian Red. HEX triplet: C0, 06 and 2A. RGB value is (192,6,42). Sum of RGB (Red+Green+Blue) = 192+6+42=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0062A is #3FF9D5. Grayscale: #414141. Windows color (decimal): -4192726 or 2754240. OLE color: 2754240.

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

Color convert

RGB 192 6 42 -
CMYK 0 0.97 0.78 0.25
HSL 348.39º 0.94% 0.39% -
HSV(B) 348.39º 0.97% 0.75% -
XYZ 22.22 11.5 3.24 -
YUV 65.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 192 6 42 0 0.97 0.78 0.25 348.39 0.94 0.39
Hex C0 6 2A 0 61 4E 19 15C 5E 27
Octal 300 6 52 0 141 116 31 534 136 47
Binary 11000000 110 101010 0 1100001 1001110 11001 101011100 1011110 100111

Color Harmonies of #C0062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0062A

Black with #C0062A

Text Example


Text Example

White with #C0062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0062A; }

 p { color: rgb(192,6,42); }

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

background-color css

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

 a { background-color: rgb(192,6,42); }

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

border-color css

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

 span { border-color: rgb(192,6,42); }

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