Html Css Color HEX #C2050A Venetian Red

📋 copy color: '#C2050A'

red 194 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #C2050A

Tints of Venetian Red #C2050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 92.82%
G = 2.39%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2050A (or 0xC2050A) is known color: Venetian Red. HEX triplet: C2, 05 and 0A. RGB value is (194,5,10). Sum of RGB (Red+Green+Blue) = 194+5+10=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C2050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2050A is #3DFAF5. Grayscale: #3E3E3E. Windows color (decimal): -4061942 or 656834. OLE color: 656834.

HSL color Cylindrical-coordinate representation of color #C2050A: hue angle of 358.41º degrees, saturation: 0.95, 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 #C2050A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 10 -
CMYK 0 0.97 0.95 0.24
HSL 358.41º 0.95% 0.39% -
HSV(B) 358.41º 0.97% 0.76% -
XYZ 22.36 11.6 1.35 -
YUV 62.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 194 5 10 0 0.97 0.95 0.24 358.41 0.95 0.39
Hex C2 5 A 0 61 5F 18 166 5F 27
Octal 302 5 12 0 141 137 30 546 137 47
Binary 11000010 101 1010 0 1100001 1011111 11000 101100110 1011111 100111

Color Harmonies of #C2050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2050A

Black with #C2050A

Text Example


Text Example

White with #C2050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2050A; }

 p { color: rgb(194,5,10); }

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

background-color css

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

 a { background-color: rgb(194,5,10); }

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

border-color css

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

 span { border-color: rgb(194,5,10); }

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