Html Css Color HEX #C10012 Venetian Red

📋 copy color: '#C10012'

red 193 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #C10012

Tints of Venetian Red #C10012

RGB

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

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

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

R = 91.47%
G = 0%
B = 8.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10012 (or 0xC10012) is known color: Venetian Red. HEX triplet: C1, 00 and 12. RGB value is (193,0,18). Sum of RGB (Red+Green+Blue) = 193+0+18=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C10012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10012 is #3EFFED. Grayscale: #3B3B3B. Windows color (decimal): -4128750 or 1179841. OLE color: 1179841.

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

Color convert

RGB 193 0 18 -
CMYK 0 1 0.91 0.24
HSL 354.4º 1% 0.38% -
HSV(B) 354.4º 1% 0.76% -
XYZ 22.1 11.38 1.6 -
YUV 59.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 193 0 18 0 1 0.91 0.24 354.4 1 0.38
Hex C1 0 12 0 64 5B 18 162 64 26
Octal 301 0 22 0 144 133 30 542 144 46
Binary 11000001 0 10010 0 1100100 1011011 11000 101100010 1100100 100110

Color Harmonies of #C10012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10012

Black with #C10012

Text Example


Text Example

White with #C10012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10012; }

 p { color: rgb(193,0,18); }

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

background-color css

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

 a { background-color: rgb(193,0,18); }

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

border-color css

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

 span { border-color: rgb(193,0,18); }

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