Html Css Color HEX #C60030 Venetian Red

📋 copy color: '#C60030'

red 198 ◦ green 0 ◦ blue 48

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

Shades of Venetian Red #C60030

Tints of Venetian Red #C60030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 80.49%
G = 0%
B = 19.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C60030 (or 0xC60030) is known color: Venetian Red. HEX triplet: C6, 00 and 30. RGB value is (198,0,48). Sum of RGB (Red+Green+Blue) = 198+0+48=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C60030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60030 is #39FFCF. Grayscale: #404040. Windows color (decimal): -3801040 or 3145926. OLE color: 3145926.

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

Color convert

RGB 198 0 48 -
CMYK 0 1 0.76 0.22
HSL 345.45º 1% 0.39% -
HSV(B) 345.45º 1% 0.78% -
XYZ 23.82 12.22 3.9 -
YUV 64.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 198 0 48 0 1 0.76 0.22 345.45 1 0.39
Hex C6 0 30 0 64 4C 16 159 64 27
Octal 306 0 60 0 144 114 26 531 144 47
Binary 11000110 0 110000 0 1100100 1001100 10110 101011001 1100100 100111

Color Harmonies of #C60030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60030

Black with #C60030

Text Example


Text Example

White with #C60030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60030; }

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

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

background-color css

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

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

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

border-color css

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

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

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