Html Css Color HEX #C2000A Venetian Red

📋 copy color: '#C2000A'

red 194 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #C2000A

Tints of Venetian Red #C2000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.1%
G = 0%
B = 4.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2000A (or 0xC2000A) is known color: Venetian Red. HEX triplet: C2, 00 and 0A. RGB value is (194,0,10). Sum of RGB (Red+Green+Blue) = 194+0+10=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C2000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2000A is #3DFFF5. Grayscale: #3B3B3B. Windows color (decimal): -4063222 or 655554. OLE color: 655554.

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

Color convert

RGB 194 0 10 -
CMYK 0 1 0.95 0.24
HSL 356.91º 1% 0.38% -
HSV(B) 356.91º 1% 0.76% -
XYZ 22.3 11.49 1.33 -
YUV 59.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 194 0 10 0 1 0.95 0.24 356.91 1 0.38
Hex C2 0 A 0 64 5F 18 165 64 26
Octal 302 0 12 0 144 137 30 545 144 46
Binary 11000010 0 1010 0 1100100 1011111 11000 101100101 1100100 100110

Color Harmonies of #C2000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2000A

Black with #C2000A

Text Example


Text Example

White with #C2000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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