Html Css Color HEX #C1030C Venetian Red

📋 copy color: '#C1030C'

red 193 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #C1030C

Tints of Venetian Red #C1030C

RGB

 RED value IS 193 (75.78% from 255) = 92.79%

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

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

R = 92.79%
G = 1.44%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1030C (or 0xC1030C) is known color: Venetian Red. HEX triplet: C1, 03 and 0C. RGB value is (193,3,12). Sum of RGB (Red+Green+Blue) = 193+3+12=208 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.79% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 193 - color contains mainly: red. Hex color #C1030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1030C is #3EFCF3. Grayscale: #3C3C3C. Windows color (decimal): -4127988 or 787393. OLE color: 787393.

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

Color convert

RGB 193 3 12 -
CMYK 0 0.98 0.94 0.24
HSL 357.16º 0.97% 0.38% -
HSV(B) 357.16º 0.98% 0.76% -
XYZ 22.09 11.43 1.39 -
YUV 60.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 193 3 12 0 0.98 0.94 0.24 357.16 0.97 0.38
Hex C1 3 C 0 62 5E 18 165 61 26
Octal 301 3 14 0 142 136 30 545 141 46
Binary 11000001 11 1100 0 1100010 1011110 11000 101100101 1100001 100110

Color Harmonies of #C1030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1030C

Black with #C1030C

Text Example


Text Example

White with #C1030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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