Html Css Color HEX #C10B13 Venetian Red

📋 copy color: '#C10B13'

red 193 ◦ green 11 ◦ blue 19

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

Shades of Venetian Red #C10B13

Tints of Venetian Red #C10B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 86.55%
G = 4.93%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10B13 (or 0xC10B13) is known color: Venetian Red. HEX triplet: C1, 0B and 13. RGB value is (193,11,19). Sum of RGB (Red+Green+Blue) = 193+11+19=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10B13 is #3EF4EC. Grayscale: #424242. Windows color (decimal): -4125933 or 1248193. OLE color: 1248193.

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

Color convert

RGB 193 11 19 -
CMYK 0 0.94 0.90 0.24
HSL 357.36º 0.89% 0.4% -
HSV(B) 357.36º 0.94% 0.76% -
XYZ 22.23 11.62 1.69 -
YUV 66.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 193 11 19 0 0.94 0.90 0.24 357.36 0.89 0.4
Hex C1 B 13 0 5E 5A 18 165 59 28
Octal 301 13 23 0 136 132 30 545 131 50
Binary 11000001 1011 10011 0 1011110 1011010 11000 101100101 1011001 101000

Color Harmonies of #C10B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B13

Black with #C10B13

Text Example


Text Example

White with #C10B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B13; }

 p { color: rgb(193,11,19); }

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

background-color css

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

 a { background-color: rgb(193,11,19); }

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

border-color css

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

 span { border-color: rgb(193,11,19); }

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