Html Css Color HEX #C6061A Venetian Red

📋 copy color: '#C6061A'

red 198 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #C6061A

Tints of Venetian Red #C6061A

RGB

 RED value IS 198 (77.73% from 255) = 86.09%

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

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

R = 86.09%
G = 2.61%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6061A (or 0xC6061A) is known color: Venetian Red. HEX triplet: C6, 06 and 1A. RGB value is (198,6,26). Sum of RGB (Red+Green+Blue) = 198+6+26=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C6061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6061A is #39F9E5. Grayscale: #414141. Windows color (decimal): -3799526 or 1705670. OLE color: 1705670.

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

Color convert

RGB 198 6 26 -
CMYK 0 0.97 0.87 0.22
HSL 353.75º 0.94% 0.4% -
HSV(B) 353.75º 0.97% 0.78% -
XYZ 23.54 12.21 2.09 -
YUV 65.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 198 6 26 0 0.97 0.87 0.22 353.75 0.94 0.4
Hex C6 6 1A 0 61 57 16 162 5E 28
Octal 306 6 32 0 141 127 26 542 136 50
Binary 11000110 110 11010 0 1100001 1010111 10110 101100010 1011110 101000

Color Harmonies of #C6061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6061A

Black with #C6061A

Text Example


Text Example

White with #C6061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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