Html Css Color HEX #C10326 Venetian Red

📋 copy color: '#C10326'

red 193 ◦ green 3 ◦ blue 38

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

Shades of Venetian Red #C10326

Tints of Venetian Red #C10326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 82.48%
G = 1.28%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10326 (or 0xC10326) is known color: Venetian Red. HEX triplet: C1, 03 and 26. RGB value is (193,3,38). Sum of RGB (Red+Green+Blue) = 193+3+38=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10326 is #3EFCD9. Grayscale: #3F3F3F. Windows color (decimal): -4127962 or 2491329. OLE color: 2491329.

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

Color convert

RGB 193 3 38 -
CMYK 0 0.98 0.80 0.24
HSL 348.95º 0.97% 0.38% -
HSV(B) 348.95º 0.98% 0.76% -
XYZ 22.37 11.54 2.88 -
YUV 63.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 193 3 38 0 0.98 0.80 0.24 348.95 0.97 0.38
Hex C1 3 26 0 62 50 18 15D 61 26
Octal 301 3 46 0 142 120 30 535 141 46
Binary 11000001 11 100110 0 1100010 1010000 11000 101011101 1100001 100110

Color Harmonies of #C10326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10326

Black with #C10326

Text Example


Text Example

White with #C10326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10326; }

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

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

background-color css

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

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

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

border-color css

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

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

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