Html Css Color HEX #C6000A Venetian Red

📋 copy color: '#C6000A'

red 198 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #C6000A

Tints of Venetian Red #C6000A

RGB

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

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

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

R = 95.19%
G = 0%
B = 4.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6000A (or 0xC6000A) is known color: Venetian Red. HEX triplet: C6, 00 and 0A. RGB value is (198,0,10). Sum of RGB (Red+Green+Blue) = 198+0+10=208 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.19% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 198 - color contains mainly: red. Hex color #C6000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6000A is #39FFF5. Grayscale: #3C3C3C. Windows color (decimal): -3801078 or 655558. OLE color: 655558.

HSL color Cylindrical-coordinate representation of color #C6000A: hue angle of 356.97º 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 #C6000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 10 -
CMYK 0 1 0.95 0.22
HSL 356.97º 1% 0.39% -
HSV(B) 356.97º 1% 0.78% -
XYZ 23.34 12.03 1.38 -
YUV 60.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 198 0 10 0 1 0.95 0.22 356.97 1 0.39
Hex C6 0 A 0 64 5F 16 165 64 27
Octal 306 0 12 0 144 137 26 545 144 47
Binary 11000110 0 1010 0 1100100 1011111 10110 101100101 1100100 100111

Color Harmonies of #C6000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6000A

Black with #C6000A

Text Example


Text Example

White with #C6000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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