Html Css Color HEX #C0030C Venetian Red

📋 copy color: '#C0030C'

red 192 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #C0030C

Tints of Venetian Red #C0030C

RGB

 RED value IS 192 (75.39% from 255) = 92.75%

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

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

R = 92.75%
G = 1.45%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0030C (or 0xC0030C) is known color: Venetian Red. HEX triplet: C0, 03 and 0C. RGB value is (192,3,12). Sum of RGB (Red+Green+Blue) = 192+3+12=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C0030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0030C is #3FFCF3. Grayscale: #3C3C3C. Windows color (decimal): -4193524 or 787392. OLE color: 787392.

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

Color convert

RGB 192 3 12 -
CMYK 0 0.98 0.94 0.25
HSL 357.14º 0.97% 0.38% -
HSV(B) 357.14º 0.98% 0.75% -
XYZ 21.84 11.3 1.38 -
YUV 60.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 192 3 12 0 0.98 0.94 0.25 357.14 0.97 0.38
Hex C0 3 C 0 62 5E 19 165 61 26
Octal 300 3 14 0 142 136 31 545 141 46
Binary 11000000 11 1100 0 1100010 1011110 11001 101100101 1100001 100110

Color Harmonies of #C0030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0030C

Black with #C0030C

Text Example


Text Example

White with #C0030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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