Html Css Color HEX #C6000C Venetian Red

📋 copy color: '#C6000C'

red 198 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #C6000C

Tints of Venetian Red #C6000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 94.29%
G = 0%
B = 5.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6000C (or 0xC6000C) is known color: Venetian Red. HEX triplet: C6, 00 and 0C. RGB value is (198,0,12). Sum of RGB (Red+Green+Blue) = 198+0+12=210 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.29% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 198 - color contains mainly: red. Hex color #C6000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6000C is #39FFF3. Grayscale: #3C3C3C. Windows color (decimal): -3801076 or 786630. OLE color: 786630.

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

Color convert

RGB 198 0 12 -
CMYK 0 1 0.94 0.22
HSL 356.36º 1% 0.39% -
HSV(B) 356.36º 1% 0.78% -
XYZ 23.36 12.03 1.44 -
YUV 60.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 198 0 12 0 1 0.94 0.22 356.36 1 0.39
Hex C6 0 C 0 64 5E 16 164 64 27
Octal 306 0 14 0 144 136 26 544 144 47
Binary 11000110 0 1100 0 1100100 1011110 10110 101100100 1100100 100111

Color Harmonies of #C6000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6000C

Black with #C6000C

Text Example


Text Example

White with #C6000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6000C; }

 p { color: rgb(198,0,12); }

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

background-color css

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

 a { background-color: rgb(198,0,12); }

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

border-color css

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

 span { border-color: rgb(198,0,12); }

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