Html Css Color HEX #C10B20 Venetian Red

📋 copy color: '#C10B20'

red 193 ◦ green 11 ◦ blue 32

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

Shades of Venetian Red #C10B20

Tints of Venetian Red #C10B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 81.78%
G = 4.66%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10B20 (or 0xC10B20) is known color: Venetian Red. HEX triplet: C1, 0B and 20. RGB value is (193,11,32). Sum of RGB (Red+Green+Blue) = 193+11+32=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B20 is #3EF4DF. Grayscale: #434343. Windows color (decimal): -4125920 or 2100161. OLE color: 2100161.

HSL color Cylindrical-coordinate representation of color #C10B20: hue angle of 353.08º 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 #C10B20 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 32 -
CMYK 0 0.94 0.83 0.24
HSL 353.08º 0.89% 0.4% -
HSV(B) 353.08º 0.94% 0.76% -
XYZ 22.37 11.68 2.44 -
YUV 67.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 193 11 32 0 0.94 0.83 0.24 353.08 0.89 0.4
Hex C1 B 20 0 5E 53 18 161 59 28
Octal 301 13 40 0 136 123 30 541 131 50
Binary 11000001 1011 100000 0 1011110 1010011 11000 101100001 1011001 101000

Color Harmonies of #C10B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B20

Black with #C10B20

Text Example


Text Example

White with #C10B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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