Html Css Color HEX #C6030C Venetian Red

📋 copy color: '#C6030C'

red 198 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #C6030C

Tints of Venetian Red #C6030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 92.96%
G = 1.41%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6030C (or 0xC6030C) is known color: Venetian Red. HEX triplet: C6, 03 and 0C. RGB value is (198,3,12). Sum of RGB (Red+Green+Blue) = 198+3+12=213 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.96% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 198 - color contains mainly: red. Hex color #C6030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6030C is #39FCF3. Grayscale: #3E3E3E. Windows color (decimal): -3800308 or 787398. OLE color: 787398.

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

Color convert

RGB 198 3 12 -
CMYK 0 0.98 0.94 0.22
HSL 357.23º 0.97% 0.39% -
HSV(B) 357.23º 0.98% 0.78% -
XYZ 23.39 12.1 1.45 -
YUV 62.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 198 3 12 0 0.98 0.94 0.22 357.23 0.97 0.39
Hex C6 3 C 0 62 5E 16 165 61 27
Octal 306 3 14 0 142 136 26 545 141 47
Binary 11000110 11 1100 0 1100010 1011110 10110 101100101 1100001 100111

Color Harmonies of #C6030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6030C

Black with #C6030C

Text Example


Text Example

White with #C6030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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