Html Css Color HEX #C2060B Venetian Red

📋 copy color: '#C2060B'

red 194 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #C2060B

Tints of Venetian Red #C2060B

RGB

 RED value IS 194 (76.17% from 255) = 91.94%

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

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 91.94%
G = 2.84%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2060B (or 0xC2060B) is known color: Venetian Red. HEX triplet: C2, 06 and 0B. RGB value is (194,6,11). Sum of RGB (Red+Green+Blue) = 194+6+11=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C2060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2060B is #3DF9F4. Grayscale: #3E3E3E. Windows color (decimal): -4061685 or 722626. OLE color: 722626.

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

Color convert

RGB 194 6 11 -
CMYK 0 0.97 0.94 0.24
HSL 358.4º 0.94% 0.39% -
HSV(B) 358.4º 0.97% 0.76% -
XYZ 22.37 11.62 1.38 -
YUV 62.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 194 6 11 0 0.97 0.94 0.24 358.4 0.94 0.39
Hex C2 6 B 0 61 5E 18 166 5E 27
Octal 302 6 13 0 141 136 30 546 136 47
Binary 11000010 110 1011 0 1100001 1011110 11000 101100110 1011110 100111

Color Harmonies of #C2060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2060B

Black with #C2060B

Text Example


Text Example

White with #C2060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2060B; }

 p { color: rgb(194,6,11); }

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

background-color css

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

 a { background-color: rgb(194,6,11); }

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

border-color css

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

 span { border-color: rgb(194,6,11); }

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