Html Css Color HEX #C60812 Venetian Red

📋 copy color: '#C60812'

red 198 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C60812

Tints of Venetian Red #C60812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 88.39%
G = 3.57%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60812 (or 0xC60812) is known color: Venetian Red. HEX triplet: C6, 08 and 12. RGB value is (198,8,18). Sum of RGB (Red+Green+Blue) = 198+8+18=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C60812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60812 is #39F7ED. Grayscale: #424242. Windows color (decimal): -3799022 or 1181894. OLE color: 1181894.

HSL color Cylindrical-coordinate representation of color #C60812: hue angle of 356.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 18 -
CMYK 0 0.96 0.91 0.22
HSL 356.84º 0.92% 0.4% -
HSV(B) 356.84º 0.96% 0.78% -
XYZ 23.48 12.22 1.69 -
YUV 65.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 198 8 18 0 0.96 0.91 0.22 356.84 0.92 0.4
Hex C6 8 12 0 60 5B 16 165 5C 28
Octal 306 10 22 0 140 133 26 545 134 50
Binary 11000110 1000 10010 0 1100000 1011011 10110 101100101 1011100 101000

Color Harmonies of #C60812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60812

Black with #C60812

Text Example


Text Example

White with #C60812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60812; }

 p { color: rgb(198,8,18); }

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

background-color css

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

 a { background-color: rgb(198,8,18); }

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

border-color css

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

 span { border-color: rgb(198,8,18); }

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