Html Css Color HEX #C10912 Venetian Red

📋 copy color: '#C10912'

red 193 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #C10912

Tints of Venetian Red #C10912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 87.73%
G = 4.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10912 (or 0xC10912) is known color: Venetian Red. HEX triplet: C1, 09 and 12. RGB value is (193,9,18). Sum of RGB (Red+Green+Blue) = 193+9+18=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C10912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10912 is #3EF6ED. Grayscale: #414141. Windows color (decimal): -4126446 or 1182145. OLE color: 1182145.

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

Color convert

RGB 193 9 18 -
CMYK 0 0.95 0.91 0.24
HSL 357.07º 0.91% 0.4% -
HSV(B) 357.07º 0.95% 0.76% -
XYZ 22.2 11.58 1.64 -
YUV 65.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 193 9 18 0 0.95 0.91 0.24 357.07 0.91 0.4
Hex C1 9 12 0 5F 5B 18 165 5B 28
Octal 301 11 22 0 137 133 30 545 133 50
Binary 11000001 1001 10010 0 1011111 1011011 11000 101100101 1011011 101000

Color Harmonies of #C10912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10912

Black with #C10912

Text Example


Text Example

White with #C10912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10912; }

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

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

background-color css

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

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

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

border-color css

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

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

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