Html Css Color HEX #C0061A Venetian Red

📋 copy color: '#C0061A'

red 192 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #C0061A

Tints of Venetian Red #C0061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 85.71%
G = 2.68%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0061A (or 0xC0061A) is known color: Venetian Red. HEX triplet: C0, 06 and 1A. RGB value is (192,6,26). Sum of RGB (Red+Green+Blue) = 192+6+26=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0061A is #3FF9E5. Grayscale: #3F3F3F. Windows color (decimal): -4192742 or 1705664. OLE color: 1705664.

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

Color convert

RGB 192 6 26 -
CMYK 0 0.97 0.86 0.25
HSL 353.55º 0.94% 0.39% -
HSV(B) 353.55º 0.97% 0.75% -
XYZ 21.99 11.41 2.02 -
YUV 63.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 192 6 26 0 0.97 0.86 0.25 353.55 0.94 0.39
Hex C0 6 1A 0 61 56 19 162 5E 27
Octal 300 6 32 0 141 126 31 542 136 47
Binary 11000000 110 11010 0 1100001 1010110 11001 101100010 1011110 100111

Color Harmonies of #C0061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0061A

Black with #C0061A

Text Example


Text Example

White with #C0061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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